formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Identifiers for an animation node's class. There are three class levels. The entity class consists of formZ entities that can be animated. The track class represents parameters that can change with respect to time. The controller class controls how those parameters change with respect to time.
enum fz_anim_node_class_enum {
FZ_ANIM_NODE_CLASS_ENTY,
FZ_ANIM_NODE_CLASS_TRAC,
FZ_ANIM_NODE_CLASS_CNTL };
Members
FZ_ANIM_NODE_CLASS_ENTY
Entity class
FZ_ANIM_NODE_CLASS_TRAC
Track class
FZ_ANIM_NODE_CLASS_CNTL
Controller Function class
Availability
6.1.0.0
Defined in