23 nonvirtual
float SkeletonindexForModelindex(
float modelIndex);
24 nonvirtual
float SkeletonindexForEntity(entity);
28 float m_skeletonObject;
29 float m_modelIndex = 0;
30 entity m_targetEntity;
31 float m_targetEntityNum;
35ncAnimationSkeleton::ncAnimationSkeleton(
void)
37 m_inputFile = __NULL__;
40 m_targetEntity = __NULL__;
Definition: AnimationSkeleton.h:19
ncEntity is the lowest of the user-accessible entity class.
Definition: Entity.h:75