Class PanelOrderAttribute
Attribute that shows and orders the panel views in the MARS Panel.
Namespace: UnityEditor.MARS
Syntax
public class PanelOrderAttribute : Attribute
Constructors
PanelOrderAttribute(Int32)
Declaration
public PanelOrderAttribute(int order = null)
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 |