#include <IDXSkinVert.h>
Inherits DX::IDXUserData, and DX::IDXSkinEntryOwned.
Public Member Functions | |
virtual uint DXMCALL | GetIndex () const =0 |
virtual float DXMCALL | GetWeight () const =0 |
virtual DXError DXMCALL | SetIndex (uint index)=0 |
virtual void DXMCALL | SetWeight (float weight)=0 |
virtual uint DXMCALL DX::IDXSkinVert::GetIndex | ( | ) | const [pure virtual] |
Get the current index of the skin vert.
virtual float DXMCALL DX::IDXSkinVert::GetWeight | ( | ) | const [pure virtual] |
Get the current weight of the skin vert.
virtual DXError DXMCALL DX::IDXSkinVert::SetIndex | ( | uint | index | ) | [pure virtual] |
Set the index for this skin vert.
index | The new index. |
virtual void DXMCALL DX::IDXSkinVert::SetWeight | ( | float | weight | ) | [pure virtual] |
Set the weight for this skin vert.
weight | The new index. |