NodeEventNamespace Namespace Reference
Returns the NodeKey for a node object.
Returns a node's key value, which is the AnimHandle for the node object.
- Parameters
-
- Returns
- The node's key value.
#define NULL
Definition: autoptr.h:18
Definition: Animatable.h:121
static CoreExport AnimHandle GetHandleByAnim(Animatable *anim)
Get the unique handle for an Animatable object.
Returns a node object from a NodeKey.
Returns a node object from its key value, which is the AnimHandle for the node object.
- Parameters
-
[in] | nodeKey | The node's key value, which is the AnimHandle for the node object. |
- Returns
- The node object.
#define BASENODE_CLASS_ID
Definition: plugapi.h:328
static CoreExport Animatable * GetAnimByHandle(AnimHandle handle)
Get an Animatable object from its unique handle.
#define NULL
Definition: autoptr.h:18
Definition: Animatable.h:121
virtual CoreExport SClass_ID SuperClassID()=0
Retrieves a constant representing the type of the plugin.