ShapeBase::Thread
Engine/source/T3D/shapeBase.h
More...
Public Types
enum
State {
Play
Stop
Pause
Destroy
}
State of the animation thread.
Public Attributes
Are we at the end of this thread?
The animation sequence which is running in this thread.
Detailed Description
Public Types
State
Enumerator
- Play
- Stop
- Pause
- Destroy
State of the animation thread.
Public Attributes
bool atEnd
Are we at the end of this thread?
F32 position
S32 sequence
The animation sequence which is running in this thread.
State state
State of the thread.
TSThread * thread
Pointer to 3space data.
F32 timescale
Timescale.