class MAGES::SceneGraph::DontDisplayOnActionAttribute¶
Overview¶
Used on serialized properties declared inside EffectData. Hides the specified property from the inspector when the action is of the specified type. More…
class DontDisplayOnActionAttribute: public MAGES::SceneGraph::EffectPropertyAttribute { public: // methods DontDisplayOnActionAttribute(params System.Type[] hideActionTypes); override bool IsApplicable(System.Type actionDataType); };
Inherited Members¶
public: // methods bool IsApplicable(System.Type actionDataType);
Detailed Documentation¶
Used on serialized properties declared inside EffectData. Hides the specified property from the inspector when the action is of the specified type.
Methods¶
DontDisplayOnActionAttribute(params System.Type[] hideActionTypes)
Initializes a new instance of the DontDisplayOnActionAttribute class.
Parameters:
hideActionTypes |
The actions to hide this property from. |