class MAGES::SceneGraph::Editor::CustomActionNodeAttribute¶
Overview¶
Use this to designate a custom node to be created for a specific action data type. More…
class CustomActionNodeAttribute: public System.Attribute { public: // properties System.Type Type; // methods CustomActionNodeAttribute(System.Type type); };
Detailed Documentation¶
Use this to designate a custom node to be created for a specific action data type.
Properties¶
System.Type Type
Gets the type of node to instantiate.
Methods¶
CustomActionNodeAttribute(System.Type type)
Initializes a new instance of the CustomActionNodeAttribute class.
Parameters:
type |
The type of node to instantiate. |