formZ SDK | 5.0 API Reference | System | Data Type
Description
Some formZ entities may not render with the parameters assigned to them. There
may be some parameters of another entity which may override its parameters. For
example, an object's color may be overridden by the layer color, or a lights color
may be overridden by the light group color.
This enum allows selection of which parameter value to get.
enum fz_context_enum {
FZ_CONTEXT_NATURAL,
FZ_CONTEXT_DISPLAY,
FZ_CONTEXT_ANIM,
FZ_CONTEXT_MAX };
Members
FZ_CONTEXT_NATURAL
The parameter assigned to the entity.
FZ_CONTEXT_DISPLAY
The parameter used to display to the entity.
FZ_CONTEXT_ANIM
The parameter assigned to the animation of the entity. (TODO: Are we really ready to expose this?)
FZ_CONTEXT_MAX
The end of this enum. Used for range checking.
Availability
5.0.0.0
Defined in