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
See Also
System.Attribute