CS::Animation Namespace Reference
Animation-related types. More...
Typedefs | |
| typedef unsigned int | ChannelID |
| Identifier for channel within animation. | |
| typedef unsigned int | KeyFrameID |
| Identifier for keyframes within animation channel. | |
| typedef unsigned int | StateID |
| Identifier for state within FSM node. | |
Enumerations | |
| enum | SynchronizationMode { SYNC_NONE, SYNC_FIRSTFRAME } |
| Different synchronization modes. More... | |
Variables | |
| static const ChannelID | InvalidChannelID = (ChannelID)~0 |
| ID for an invalid channel. | |
| static const KeyFrameID | InvalidKeyframeID = (KeyFrameID)~0 |
| ID for an invalid keyframe number. | |
| static const StateID | InvalidStateID = (CS::Animation::StateID)~0 |
| ID for an invalid state. | |
Detailed Description
Animation-related types.
Typedef Documentation
| typedef unsigned int CS::Animation::ChannelID |
| typedef unsigned int CS::Animation::KeyFrameID |
| typedef unsigned int CS::Animation::StateID |
Enumeration Type Documentation
Variable Documentation
const ChannelID CS::Animation::InvalidChannelID = (ChannelID)~0 [static] |
const KeyFrameID CS::Animation::InvalidKeyframeID = (KeyFrameID)~0 [static] |
const StateID CS::Animation::InvalidStateID = (CS::Animation::StateID)~0 [static] |
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
