Class DecoratorAttribute
Used for Drawing custom decorator property drawers.
Namespace: Unity.MARS
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class DecoratorAttribute : Attribute, _Attribute
Constructors
DecoratorAttribute(Type)
Used for Drawing custom decorator property drawers.
Declaration
public DecoratorAttribute(Type attributeType)
Parameters
Type | Name | Description |
---|---|---|
Type | attributeType |
Fields
attributeType
Type of attribute decorator is being applied to.
Declaration
public readonly Type attributeType
Field Value
Type | Description |
---|---|
Type |