VActorData

Engine/source/Verve/VActor/VActorData.h

More...

Classes:

Public Types

enum
eAnimationList {  k_NextAnimation = 0
}
enum
ePhysicsStateList {  k_NextPhysicsState = 0
}
tAnimationSequenceVector 
tAnimationTransitionVector 
tPhysicsStateVector 

Private Types

Public Friends

class

Public Static Functions

Detailed Description

Public Types

eAnimationList

Enumerator

k_NextAnimation = 0
ePhysicsStateList

Enumerator

k_NextPhysicsState = 0
typedef Vector< sAnimationSequence > tAnimationSequenceVector 
typedef Vector< sAnimationTransition > tAnimationTransitionVector 
typedef Vector< sPhysicsState > tPhysicsStateVector 

Private Types

typedef ShapeBaseData Parent 

Public Friends

Protected Attributes

tAnimationSequenceVector mAnimationSequenceList 
tAnimationTransitionVector mAnimationTransitionList 
F32 mMaxStepHeight 
tPhysicsStateVector mPhysicsList 
F32 mRunSpeed 
F32 mSubmergeCoverage