iGenMeshSkeletonControlState Struct Reference
This interface describes the API for setting up the skeleton animation control as implemented by the 'gmeshskelanim' plugin. More...
#include <imesh/gmeshskel.h>
Inheritance diagram for iGenMeshSkeletonControlState:

Public Member Functions | |
virtual iGenMeshSkeletonScript * | Execute (const char *scriptname)=0 |
Execute the given animation script. | |
virtual iGenMeshSkeletonBone * | FindBone (const char *name)=0 |
Get bone by name. | |
virtual iGenMeshSkeletonScript * | FindScript (const char *scriptname)=0 |
Get script by name. | |
virtual csVector3 * | GetAnimatedVertices ()=0 |
Get animated vertices. | |
virtual int | GetAnimatedVerticesCount ()=0 |
Get animated vertices count. | |
virtual iGenMeshSkeletonBone * | GetBone (int i)=0 |
Get bone by id. | |
virtual int | GetBonesCount ()=0 |
Get skeleton bones count. | |
virtual iGenMeshSkeletonControlFactory * | GetFactory ()=0 |
Get factory. | |
virtual iGenMeshSkeletonScript * | GetScript (size_t i)=0 |
Get script by id. | |
virtual size_t | GetScriptsCount ()=0 |
Get number of running scripts. | |
virtual void | Stop (iGenMeshSkeletonScript *script)=0 |
Stop execution of the given script. | |
virtual void | Stop (const char *scriptname)=0 |
Stop execution of the given script by name. | |
virtual void | StopAll ()=0 |
Stop execution of all animation scripts. |
Detailed Description
This interface describes the API for setting up the skeleton animation control as implemented by the 'gmeshskelanim' plugin.The objects that implement iGenMeshSkeletonControlState also implement this interface.
Definition at line 57 of file gmeshskel.h.
Member Function Documentation
|
Execute the given animation script. This will be done in addition to the scripts that are already running. Returns false in case of failure (usually a script that doesn't exist). |
|
Get bone by name.
|
|
Get script by name.
|
|
Get animated vertices.
|
|
Get animated vertices count.
|
|
Get bone by id.
|
|
Get skeleton bones count.
|
|
Get factory.
|
|
Get script by id.
|
|
Get number of running scripts.
|
|
Stop execution of the given script.
|
|
Stop execution of the given script by name.
|
|
Stop execution of all animation scripts.
|
The documentation for this struct was generated from the following file:
- imesh/gmeshskel.h
Generated for Crystal Space by doxygen 1.4.4