Search Results for

    Show / Hide Table of Contents

    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

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    System.Attribute
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat