formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Identifiers for what tracks to add to an animation node.
enum fz_anim_add_type_enum {
FZ_ANIM_ADD_TYPE_ALL,
FZ_ANIM_ADD_TYPE_DEFAULT,
FZ_ANIM_ADD_TYPE_TFORM,
FZ_ANIM_ADD_TYPE_ATTR,
FZ_ANIM_ADD_TYPE_SPECIAL };
Members
FZ_ANIM_ADD_TYPE_ALL
Add all tracks
FZ_ANIM_ADD_TYPE_DEFAULT
Add default tracks only
FZ_ANIM_ADD_TYPE_TFORM
Add tracks that affect the entity's position and orientation only
FZ_ANIM_ADD_TYPE_ATTR
Add attribute tracks only; those attribute tracks that apply to this specific node
FZ_ANIM_ADD_TYPE_SPECIAL
Add type-specific tracks only; those tracks that apply to this specific node's type
Availability
6.1.0.0
See Also
Defined in