Open Reality Reference Guide
 
Loading...
Searching...
No Matches
FBDeviceGlove::GloveChannel Class Reference

Base GloveChannel. More...

#include <fbcore.h>

Public Member Functions

 GloveChannel (FBAnimationNode *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.
 
FBAnimationNodeAnimNode
 Animation node.

 

Protected Attributes

FBString Name
 Name of channel.
 

Detailed Description

Base GloveChannel.

Definition at line 1036 of file fbcore.h.

Constructor & Destructor Documentation

◆ GloveChannel()

GloveChannel ( FBAnimationNode pAnimNode)

Constructor.

Parameters
pAnimNodeThe animation node associated to this channel.

◆ ~GloveChannel()

virtual ~GloveChannel ( )
virtual

Destructor,.

Member Function Documentation

◆ GetName()

FBString GetName ( )

Get the channel name.

Returns
The channel name.

◆ SetName()

void SetName ( FBString  pName)

Set the channel name.

Parameters
pNameThe new channel name.

Member Data Documentation

◆ AnimNode

FBAnimationNode* AnimNode

Animation node.

Definition at line 1063 of file fbcore.h.

◆ Enabled

bool Enabled

true if this channel is enabled.

Definition at line 1062 of file fbcore.h.

◆ Name

FBString Name
protected

Name of channel.

Definition at line 1059 of file fbcore.h.


The documentation for this class was generated from the following file: