Class PanelOrderAttribute
Attribute that shows and orders the panel views in the MARS Panel.
Implements
Inherited Members
Namespace: UnityEditor.MARS
Assembly: Unity.MARS.Editor.dll
Syntax
[MovedFrom("Unity.MARS")]
public class PanelOrderAttribute : Attribute, _Attribute
Constructors
PanelOrderAttribute(int)
Declaration
public PanelOrderAttribute(int order = 1073741823)
Parameters
Type | Name | Description |
---|---|---|
int | 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 |
---|---|
int |