class MAGES::SceneGraph::EffectPropertyAttribute¶
Overview¶
Base class for attributes that can be used to decorate effect data properties. More…
class EffectPropertyAttribute: public System.Attribute { public: // methods bool IsApplicable(System.Type actionDataType); }; // direct descendants class DisplayOnlyOnActionsAttribute; class DontDisplayOnActionAttribute;
Detailed Documentation¶
Base class for attributes that can be used to decorate effect data properties.
Methods¶
bool IsApplicable(System.Type actionDataType)
Returns true if the attribute is applicable to the given action data type.
Parameters:
actionDataType |
The action data type context. |
Returns:
Whether (or not) this property is applicable to the action type.