#include <fbcore.h>
Base GloveChannel.
Public Member Functions | |
GloveChannel (FBAnimationNode *pAnimNode) | |
Constructor. More... | |
virtual | ~GloveChannel () |
Destructor,. More... | |
FBString | GetName () |
Get the channel name. More... | |
void | SetName (FBString pName) |
Set the channel name. More... | |
Public Attributes | |
bool | Enabled |
true if this channel is enabled. More... | |
FBAnimationNode * | AnimNode |
Animation node. More... | |
Protected Attributes | |
FBString | Name |
Name of channel. More... | |
GloveChannel | ( | FBAnimationNode * | pAnimNode | ) |
Constructor.
pAnimNode | The animation node associated to this channel. |
|
virtual |
Destructor,.
FBString GetName | ( | ) |
Get the channel name.
void SetName | ( | FBString | pName | ) |
Set the channel name.
pName | The new channel name. |
FBAnimationNode* AnimNode |