#include <IDXAnimationKey.h>
Inherits DX::IDXUserData, and DX::IDXGroupAnimOwned.
Inherited by DX::IDXRotationKey, DX::IDXScaleKey, and DX::IDXTranslationKey.
Public Member Functions | |
virtual float DXMCALL | GetTime () const =0 |
virtual DXError DXMCALL | SetTime (float time)=0 |
virtual float DXMCALL DX::IDXAnimationKey::GetTime | ( | ) | const [pure virtual] |
Get the time that this key appears at.
virtual DXError DXMCALL DX::IDXAnimationKey::SetTime | ( | float | time | ) | [pure virtual] |
Set the time that this key appears at. This will resort the respective keyset in the IDXGroupAnim
time | A new time, which should be > 0. |