nAnimClip Class Reference
[Animation Subsystem]
#include <nanimclip.h>
Detailed Description
An animation clip bundles several animation curves into an unit and associates them with a weight value.(C) 2003 RadonLabs GmbH
Definition at line 18 of file nanimclip.h.
Public Member Functions | |
| nAnimClip () | |
| default constructor | |
| nAnimClip (const nString &clipName, int animGroupIndex, int numCurves) | |
| constructor | |
| const nString & | GetClipName () const |
| get the name of the clip | |
| int | GetAnimGroupIndex () const |
| get animation group index | |
| int | GetNumCurves () const |
| get number of curves in the clip's animation group | |
| void | SetNumAnimEventTracks (int num) |
| set number of animation event tracks | |
| int | GetNumAnimEventTracks () const |
| get number of animation event tracks | |
| const nAnimEventTrack & | GetAnimEventTrackAt (int index) const |
| get to animation event track | |
| nFixedArray< nAnimEventTrack > & | GetAnimEventTracks () |
| read/write access to animation event tracks array | |
Constructor & Destructor Documentation
|
|
default constructor
Definition at line 51 of file nanimclip.h. |
|
||||||||||||||||
|
constructor
Definition at line 62 of file nanimclip.h. |
Member Function Documentation
|
|
get the name of the clip
Definition at line 74 of file nanimclip.h. |
|
|
get animation group index
Definition at line 84 of file nanimclip.h. |
|
|
get number of curves in the clip's animation group
Definition at line 94 of file nanimclip.h. |
|
|
set number of animation event tracks
Definition at line 104 of file nanimclip.h. |
|
|
get number of animation event tracks
Definition at line 114 of file nanimclip.h. |
|
|
get to animation event track
Definition at line 124 of file nanimclip.h. |
|
|
read/write access to animation event tracks array
Definition at line 134 of file nanimclip.h. |
The documentation for this class was generated from the following file: