Class SplineDataDrawerAttribute
Namespace: UnityEditor.Splines
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class SplineDataDrawerAttribute : Attribute, _Attribute
Constructors
SplineDataDrawerAttribute(Type)
Attribute constructor
Declaration
public SplineDataDrawerAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | custom drawer type, must inherit from SplineDataDrawer |
Fields
drawerType
Declaration
public Type drawerType
Field Value
Type | Description |
---|---|
Type |