Class EditorOrderAttribute
Allows to declare order of the item in the editor.
Inheritance
System.Object
EditorOrderAttribute
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class EditorOrderAttribute : Attribute
Constructors
EditorOrderAttribute(Int32)
Override display order in visual tree for provided model.
Declaration
public EditorOrderAttribute(int order)
Parameters
System.Int32
order
The order. |
Remarks
Current order is resolved runtime, and can change if custom editor class has changed.
Fields
Order
Requested order to perform layout on. Used to order the items.
Declaration
public int Order
Field Value
System.Int32
|
Extension Methods
See Also
System.Attribute