Class DecoratorAttribute
Used for Drawing custom decorator property drawers.
Namespace: Unity.MARS.Attributes
Syntax
[AttributeUsage(AttributeTargets.Class)]
[MovedFrom("Unity.MARS")]
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 |