, including all inherited members.
AddGroupAnim(const char *groupID, IDXGroupAnimPtr *out=0)=0 | DX::IDXAnimation | [pure virtual] |
AddKeyframe(float time, IDXAnimationKeyframePtr *out=0)=0 | DX::IDXAnimation | [pure virtual] |
ClearGroupAnims()=0 | DX::IDXAnimation | [pure virtual] |
ClearKeyframes()=0 | DX::IDXAnimation | [pure virtual] |
GetAutoplay() const =0 | DX::IDXAnimation | [pure virtual] |
GetDuration() const =0 | DX::IDXAnimation | [pure virtual] |
GetGroupAnim(const char *groupID, IDXGroupAnimPtr *out) const =0 | DX::IDXAnimation | [pure virtual] |
GetGroupAnim(uint index, IDXGroupAnimPtr *out) const =0 | DX::IDXAnimation | [pure virtual] |
GetGroupAnimIndex(const char *groupID, uint *out) const =0 | DX::IDXAnimation | [pure virtual] |
GetGroupAnimIndex(IDXGroupAnimPtr groupAnim, uint *out) const =0 | DX::IDXAnimation | [pure virtual] |
GetGroupAnims(IDXGroupAnimArray out) const =0 | DX::IDXAnimation | [pure virtual] |
GetGroupAnims(uint start, uint count, IDXGroupAnimArray out) const =0 | DX::IDXAnimation | [pure virtual] |
GetID() const =0 | DX::IDXAnimation | [pure virtual] |
GetKeyframe(uint index, IDXAnimationKeyframePtr *out) const =0 | DX::IDXAnimation | [pure virtual] |
GetKeyframeIndex(IDXAnimationKeyframePtr frame, uint *out) const =0 | DX::IDXAnimation | [pure virtual] |
GetKeyframes(IDXAnimationKeyframeArray out) const =0 | DX::IDXAnimation | [pure virtual] |
GetKeyframes(uint start, uint count, IDXAnimationKeyframeArray out) const =0 | DX::IDXAnimation | [pure virtual] |
GetLoop() const =0 | DX::IDXAnimation | [pure virtual] |
GetModel() const =0 | DX::IDXModelOwned | [pure virtual] |
GetNumGroupAnims() const =0 | DX::IDXAnimation | [pure virtual] |
GetNumKeyframes() const =0 | DX::IDXAnimation | [pure virtual] |
GetSnap() const =0 | DX::IDXAnimation | [pure virtual] |
GetUserData() const =0 | DX::IDXUserData | [pure virtual] |
RemoveGroupAnim(const char *groupID)=0 | DX::IDXAnimation | [pure virtual] |
RemoveGroupAnim(IDXGroupAnimPtr anim)=0 | DX::IDXAnimation | [pure virtual] |
RemoveGroupAnim(uint index)=0 | DX::IDXAnimation | [pure virtual] |
RemoveGroupAnim(uint start, uint count)=0 | DX::IDXAnimation | [pure virtual] |
RemoveKeyframe(IDXAnimationKeyframePtr frame)=0 | DX::IDXAnimation | [pure virtual] |
RemoveKeyframe(uint index)=0 | DX::IDXAnimation | [pure virtual] |
RemoveKeyframe(uint start, uint count)=0 | DX::IDXAnimation | [pure virtual] |
SetAutoplay(bool value)=0 | DX::IDXAnimation | [pure virtual] |
SetDuration(float duration)=0 | DX::IDXAnimation | [pure virtual] |
SetID(const char *id)=0 | DX::IDXAnimation | [pure virtual] |
SetLoop(bool value)=0 | DX::IDXAnimation | [pure virtual] |
SetSnap(float snap)=0 | DX::IDXAnimation | [pure virtual] |
SetUserData(void *userData)=0 | DX::IDXUserData | [pure virtual] |