torque Torque Game Engine Documentation
TGE Version 1.5.2

TSThread::TransitionData Struct Reference


Detailed Description

if in transition...


Data Fields

bool inTransition
F32 duration
F32 pos
F32 direction
F32 targetScale
 time scale for sequence we are transitioning to (during transition only) this is either 1 or 0 (if 1 target sequence plays as we transition, if 0 it doesn't)
TSIntegerSet oldRotationNodes
 nodes controlled by this thread pre-transition
TSIntegerSet oldTranslationNodes
 nodes controlled by this thread pre-transition
TSIntegerSet oldScaleNodes
 nodes controlled by this thread pre-transition
U32 oldSequence
 sequence that was set before transition began
F32 oldPos
 position of sequence before transition began


Field Documentation

time scale for sequence we are transitioning to (during transition only) this is either 1 or 0 (if 1 target sequence plays as we transition, if 0 it doesn't)

nodes controlled by this thread pre-transition

nodes controlled by this thread pre-transition

nodes controlled by this thread pre-transition

sequence that was set before transition began

position of sequence before transition began




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen