#include <IDXTranslationKey.h>
Inherits DX::IDXAnimationKey.
Public Member Functions | |
virtual const DXVector &DXMCALL | GetTranslation () const =0 |
virtual void DXMCALL | SetTranslation (const DXVector &translation)=0 |
virtual const DXVector& DXMCALL DX::IDXTranslationKey::GetTranslation | ( | ) | const [pure virtual] |
Get the translation of this key.
virtual void DXMCALL DX::IDXTranslationKey::SetTranslation | ( | const DXVector & | translation | ) | [pure virtual] |
Set the translation value.
translation | The translation to use on this key. |