3ds Max C++ API Reference
|
Typedefs | |
typedef AnimHandle | NodeKey |
typedef Tab< NodeKey > | NodeKeyTab |
typedef SceneEventNamespace::CallbackKey | CallbackKey |
Functions | |
NodeKey | GetKeyByNode (INode *node) |
Returns the NodeKey for a node object. | |
INode * | GetNodeByKey (NodeKey nodeKey) |
Returns a node object from a NodeKey. | |
typedef AnimHandle NodeKey |
typedef Tab<NodeKey> NodeKeyTab |
Returns the NodeKey for a node object.
Returns a node's key value, which is the AnimHandle for the node object.
[in] | node | The node object. |
Returns a node object from a NodeKey.
Returns a node object from its key value, which is the AnimHandle for the node object.
[in] | nodeKey | The node's key value, which is the AnimHandle for the node object. |