#include <IDXAnimationKeyFrame.h>
Inherits DX::IDXUserData, DX::IDXModelOwned, and DX::IDXAnimationOwned.
Public Member Functions | |
virtual float DXMCALL | GetTime () const =0 |
virtual DXError DXMCALL | GetScript (const char **out) const =0 |
virtual void DXMCALL | SetTime (float time)=0 |
virtual DXError DXMCALL | SetScript (const char *script)=0 |
virtual DXError DXMCALL | RemoveScript ()=0 |
virtual DXError DXMCALL DX::IDXAnimationKeyframe::GetScript | ( | const char ** | out | ) | const [pure virtual] |
Get the script at this keyframe.
out | A const char** where the result will be stored. |
virtual float DXMCALL DX::IDXAnimationKeyframe::GetTime | ( | ) | const [pure virtual] |
Get the time that this keyframe is at.
virtual DXError DXMCALL DX::IDXAnimationKeyframe::RemoveScript | ( | ) | [pure virtual] |
Remove the script on this keyframe.
virtual DXError DXMCALL DX::IDXAnimationKeyframe::SetScript | ( | const char * | script | ) | [pure virtual] |
Set the script at this keyframe.
script | A const char* which is the new script. |
virtual void DXMCALL DX::IDXAnimationKeyframe::SetTime | ( | float | time | ) | [pure virtual] |
Set the time that this keyframe is at.