![]() |
Public API Reference |
#include <skeleton.h>
Inheritance diagram for iSkeletonLimbState:
Public Methods | |
virtual iSkeletonLimbState * | GetChildren () const=0 |
Get the first child of this limb. More... | |
virtual iSkeletonLimbState * | GetNextSibling () const=0 |
Get next sibling in list. More... | |
virtual void | SetName (const char *name)=0 |
Set the name for this limb. More... | |
virtual const char * | GetName () const=0 |
Get the name for this limb. More... | |
virtual void | SetUserData (void *data)=0 |
Set userdata object. More... | |
virtual void * | GetUserData () const=0 |
Get userdata object. More... |
The state versions of the skeleton interfaces control the dynamic behaviour of the skeleton. The non-limb versions are the static representation and initial settings of the skeleton.
Definition at line 84 of file skeleton.h.
|
Get the first child of this limb.
|
|
Get the name for this limb.
|
|
Get next sibling in list.
|
|
Get userdata object.
|
|
Set the name for this limb.
|
|
Set userdata object.
|