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