Search Results for

    Show / Hide Table of Contents

    Class CustomEditorAttribute

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

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

    Constructors

    CustomEditorAttribute(Type)

    Overrides default editor provided for the target object.

    Declaration
    public CustomEditorAttribute(Type type)
    Parameters
    System.Type type

    The custom editor class type.

    Fields

    Type

    Custom editor class type. Note: if attribute is used on CustomEditor class it specifies object type to edit.

    Declaration
    public readonly Type Type
    Field Value
    System.Type

    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