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