Class PanelOrderAttribute
Attribute that shows and orders the panel views in the MARS Panel.
Namespace: Unity.MARS
Syntax
public class PanelOrderAttribute : Attribute, _Attribute
Constructors
PanelOrderAttribute(Int32)
Declaration
public PanelOrderAttribute(int order = 1073741823)
Parameters
Type | Name | Description |
---|---|---|
Int32 | order | Order least to greatest from top to bottom the panel will display in the MARS Panel |
Fields
Order
Order least to greatest from top to bottom the panel will display in the MARS Panel
Declaration
public readonly int Order
Field Value
Type | Description |
---|---|
Int32 |