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