![]() |
Public API Reference |
#include <skelbone.h>
Inheritance diagram for iSkeletonBone:
Public Methods | |
virtual iSkeletonBone * | GetNext ()=0 |
Get the next sibling of this bone. More... | |
virtual iSkeletonBone * | GetChildren ()=0 |
Get the children of this bone. More... | |
virtual const char * | GetName ()=0 |
Get the name of this bone. More... | |
virtual void | SetTransformation (const csTransform &tr)=0 |
Set the transformation used for this bone. More... | |
virtual csTransform & | GetTransformation ()=0 |
Get the transformation. More... |
This is a seperate interface because it is used by the motion manager seperatelly and it is possible that other skeletal systems also implement iSkeletonBone (without having to implement iSkeletonConnectionState).
Definition at line 40 of file skelbone.h.
|
Get the children of this bone.
|
|
Get the name of this bone.
|
|
Get the next sibling of this bone.
|
|
Get the transformation.
|
|
Set the transformation used for this bone.
|