Search Results for

    Show / Hide Table of Contents

    Class EditorDisplayAttribute

    Allows to change item display name or a group in the editor.

    Inheritance
    System.Object
    EditorDisplayAttribute
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class EditorDisplayAttribute : Attribute

    Constructors

    EditorDisplayAttribute(String, String)

    Initializes a new instance of the EditorDisplayAttribute class.

    Declaration
    public EditorDisplayAttribute(string group = null, string name = null)
    Parameters
    System.String group

    The group name.

    System.String name

    The display name. Use special name __inline__ (see InlineStyle) to inline property into the parent container.

    Fields

    Group

    The group name. Default is null.

    Declaration
    public string Group
    Field Value
    System.String

    InlineStyle

    Special text sequence used for property names to override the default layout style and inline property into the parent layout.

    Declaration
    public const string InlineStyle = "__inline__"
    Field Value
    System.String

    Name

    The overriden item display name. Default is null.

    Declaration
    public string Name
    Field Value
    System.String

    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