class MAGES::SceneGraph::Editor::DefaultActionLabelAttribute¶
Overview¶
Sets a label for a newly created action. More…
class DefaultActionLabelAttribute: public System.Attribute { public: // properties string Label; // methods DefaultActionLabelAttribute(string label); };
Detailed Documentation¶
Sets a label for a newly created action.
Properties¶
string Label
Gets the label.
Methods¶
DefaultActionLabelAttribute(string label)
Initializes a new instance of the DefaultActionLabelAttribute class.
Parameters:
label |
The label to use. |