formZ SDK | 5.0 API Reference | System | User Interface (FUIM)
Description
Identifier which determines which kind of entity a dialog item belongs to. This identifier is used in the animation dialog item creation function to tell formZ in which kind of dialog the item is created.
enum fz_fuim_anim_item_type_enum {
FZ_FUIM_ANIM_OBJECT_TYPE,
FZ_FUIM_ANIM_LIGHT_TYPE,
FZ_FUIM_ANIM_VIEW_TYPE,
FZ_FUIM_ANIM_GRUP_TYPE,
FZ_FUIM_ANIM_SURF_TYPE,
FZ_FUIM_ANIM_DFRM_TYPE };
Members
FZ_FUIM_ANIM_OBJECT_TYPE
dialog item belongs to an object.
FZ_FUIM_ANIM_LIGHT_TYPE
dialog item belongs to a light.
FZ_FUIM_ANIM_VIEW_TYPE
dialog item belongs to a view.
FZ_FUIM_ANIM_GRUP_TYPE
dialog item belongs to an animation group.
FZ_FUIM_ANIM_SURF_TYPE
dialog item belongs to a surface style.
FZ_FUIM_ANIM_DFRM_TYPE
dialog item belongs to a deformation.
Availability
6.0.0.2
See Also
, , , fz_fuim_new_custom_anim, fz_fuim_new_icon_anim2, fz_fuim_new_icon_anim_obsolete, , , fz_fuim_new_slider_anim, fz_fuim_new_slider_edit_pcent_double_anim, fz_fuim_new_slider_edit_pcent_float_anim, fz_fuim_new_text_edit_anim,
Defined in