formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Identifiers for an animation node's parameters. Each animation node has its own set of parameters. These parameters are common to all classes of animation nodes, but may be applicable to one class or another.
enum fz_anim_node_parm_enum {
FZ_ANIM_NODE_PARM_PICK,
FZ_ANIM_NODE_PARM_NAME,
FZ_ANIM_NODE_PARM_VALUE,
FZ_ANIM_NODE_PARM_PVIEW,
FZ_ANIM_NODE_PARM_LOCK,
FZ_ANIM_NODE_PARM_USE,
FZ_ANIM_NODE_PARM_EDIT };
Members
FZ_ANIM_NODE_PARM_PICK
animated entity's pick status. Not defined for tracks or controllers.
Type: fzrt_boolean
FZ_ANIM_NODE_PARM_NAME
animation node's name. read only for track and controller names.
Type: fz_string_td
FZ_ANIM_NODE_PARM_VALUE
animation track's last evaluated value Not defined for entities or controllers.
Type: double
FZ_ANIM_NODE_PARM_PVIEW
animation entity's preview visibility status Not defined for tracks or controllers.
Type: fzrt_boolean
FZ_ANIM_NODE_PARM_LOCK
animation node's locked status
Type: fzrt_boolean
FZ_ANIM_NODE_PARM_USE
animation node's status of whether it's currently being used/applied
Type: fzrt_boolean
FZ_ANIM_NODE_PARM_EDIT
animation node's editability status
Type: fzrt_boolean
Availability
6.1.0.0
See Also
Defined in