LayoutImportantEnableSaintsEditorbefore using
A layout decorator to group fields.
string groupBythe grouping key. Use/to separate different groups and create subgroups.ELayout layout=ELayout.Verticalthe layout of the current group. Note this is aEnumFlag, means you can mix with options.bool keepGrouping=false: SeeLayoutStartbelowfloat marginTop = -1fadd some space before the layout.-1for using default spacing.float marginBottom = -1fadd some space after the layout.-1for using default spacing.float paddingLeft = 0fadd space to the left of the layout content. Negative value supportedfloat paddingRight = 0fadd space to the right of the layout content.
For more information, see LayoutStart below