#include <GXBone.h>
Public Methods | |
CGXBone () | |
virtual | ~CGXBone () |
virtual bool | AddAnimation (CGXKeyframeTemplate< SGXAnimationKeyFrame > *pAnimation) |
virtual bool | LoadFromStream (IStream *pStream) |
virtual bool | LoadFromData (UINT uAnimationCount, CGXKeyframeTemplate< SGXAnimationKeyFrame > *pAnimations) |
virtual bool | WriteToStream (IStream *pStream) |
virtual UINT | GetAnimationCount () |
virtual void | GetFrameAt (SGXAnimationKeyFrame *pOut, UINT uAnimation, float fPos) |
virtual void | Cleanup () |
Protected Attributes | |
CGXAutoArray< CGXKeyframeTemplate< SGXAnimationKeyFrame > > | m_KeyFrames |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|