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 |
Identifier for channel within animation.
Definition at line 75 of file skeleton2anim.h.
typedef unsigned int CS::Animation::KeyFrameID |
Identifier for keyframes within animation channel.
Definition at line 78 of file skeleton2anim.h.
typedef unsigned int CS::Animation::StateID |
Identifier for state within FSM node.
Definition at line 81 of file skeleton2anim.h.
Enumeration Type Documentation
Different synchronization modes.
Definition at line 93 of file skeleton2anim.h.
Variable Documentation
const ChannelID CS::Animation::InvalidChannelID = (ChannelID)~0 [static] |
ID for an invalid channel.
Definition at line 84 of file skeleton2anim.h.
const KeyFrameID CS::Animation::InvalidKeyframeID = (KeyFrameID)~0 [static] |
ID for an invalid keyframe number.
Definition at line 87 of file skeleton2anim.h.
const StateID CS::Animation::InvalidStateID = (CS::Animation::StateID)~0 [static] |
ID for an invalid state.
Definition at line 90 of file skeleton2anim.h.
Generated for Crystal Space 1.4.1 by doxygen 1.7.1