Search Results for

    Show / Hide Table of Contents

    Class CustomEditorAliasAttribute

    Overrides default editor provided for the target object/class/field/property. Allows to extend visuals and editing experience of the objects.

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

    Constructors

    CustomEditorAliasAttribute(String)

    Overrides default editor provided for the target object.

    Declaration
    public CustomEditorAliasAttribute(string typeName)
    Parameters
    System.String typeName

    The custom editor class typename.

    Fields

    TypeName

    Custom editor class typename.

    Declaration
    public readonly string TypeName
    Field Value
    System.String

    Extension Methods

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

    See Also

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