Photon Fusion 2.1.1

DecoratingPropertyAttribute Class Referenceabstract

A base class for property attributes that decorate other property attributes. More...

Inherits PropertyAttribute.

Inherited by ArrayLengthAttribute, DisplayNameAttribute, DoIfAttributeBase, FieldEditorButtonAttribute, HideArrayElementLabelAttribute, InlineHelpAttribute, ReadOnlyAttribute, SerializeReferenceTypePickerAttribute, SpaceAfterAttribute, and UnitAttribute.

Static Public Attributes

const int DefaultOrder = -10000
 The default order of the attribute.

Protected Member Functions

 DecoratingPropertyAttribute (bool applyToCollection=false)
 Initializes a new instance with the default order.
 DecoratingPropertyAttribute (int order, bool applyToCollection=false)
 Initializes a new instance with the specified order.

Additional Inherited Members

Public Member Functions inherited from PropertyAttribute
 PropertyAttribute (bool applyToCollection=false)
Properties inherited from PropertyAttribute
new bool applyToCollection [get]

Detailed Description

A base class for property attributes that decorate other property attributes.