Photon Fusion
2.0.8
A base class for property attributes that decorate other property attributes. More...
Inherits PropertyAttribute.
Inherited by ArrayLengthAttribute, DisplayNameAttribute, DoIfAttributeBase, FieldEditorButtonAttribute, HideArrayElementLabelAttribute, InlineHelpAttribute, ReadOnlyAttribute, SerializeReferenceTypePickerAttribute, and UnitAttribute.
Static Public Attributes | |
| const int | DefaultOrder = -10000 |
| The default order of the attribute. More... | |
Protected Member Functions | |
| DecoratingPropertyAttribute () | |
| Initializes a new instance with the default order. More... | |
| DecoratingPropertyAttribute (int order) | |
| Initializes a new instance with the specified order. More... | |
A base class for property attributes that decorate other property attributes.
|
protected |
Initializes a new instance with the default order.
|
protected |
Initializes a new instance with the specified order.
| order |
|
static |
The default order of the attribute.