formZ SDK | 4.0 Call Back Reference | formZ Notification
Description
Animation generation notification identifiers. These identifiers indicate the action that is being notified during an animation generation.
enum fz_notf_anim_enum {
FZ_NOTF_ANIM_NONE,
FZ_NOTF_ANIM_DIRTY,
FZ_NOTF_ANIM_FRAME_CHANGED,
FZ_NOTF_ANIM_GEN_START,
FZ_NOTF_ANIM_GEN_END };
Members
FZ_NOTF_ANIM_NONE
No action.
FZ_NOTF_ANIM_DIRTY
general message when anything during animation generation changes.
FZ_NOTF_ANIM_FRAME_CHANGED
The current frame has changed during animation generation.
FZ_NOTF_ANIM_GEN_START
The animation generation has begun.
FZ_NOTF_ANIM_GEN_END
The animation generation has ended.
Availability
5.0.0.0
See Also
Defined in