Photon Fusion 2.0.3

Static Public Attributes | Protected Member Functions | List of all members
DecoratingPropertyAttribute Class Reference

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...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ DecoratingPropertyAttribute() [1/2]

Initializes a new instance with the default order.

◆ DecoratingPropertyAttribute() [2/2]

DecoratingPropertyAttribute ( int  order)
protected

Initializes a new instance with the specified order.

Parameters
order

Member Data Documentation

◆ DefaultOrder

const int DefaultOrder = -10000
static

The default order of the attribute.