class MAGES::SceneGraph::ActionCategoryAttribute¶
Overview¶
Attribute to define the category of an action. More…
class ActionCategoryAttribute: public System.Attribute { public: // properties string Category; // methods ActionCategoryAttribute(string category); };
Detailed Documentation¶
Attribute to define the category of an action.
Properties¶
string Category
Gets the category path.
Methods¶
ActionCategoryAttribute(string category)
Initializes a new instance of the ActionCategoryAttribute class.
Parameters:
category |
The category path. |