#include
<fbcharacterface.h>

These classes are under development and may change dramatically between versions.
Definition at line 73 of file fbcharacterface.h.
Public Member Functions |
|
| FBActorFace (char *pName, HIObject pObject=NULL) | |
| Constructor. |
|
| virtual bool | PlotAnimation () |
| Plot the animation of the actor face.
|
|
| virtual void | FBDelete () |
| Actual Actor Face destructor. |
|
| FBActorFace | ( | char * | pName, | |
| HIObject | pObject = NULL |
|||
| ) |
Constructor.
| pName | Name of new actor face. | |
| pObject | For internal use only. This parameter does not need to be specified by the developer. |
| virtual bool PlotAnimation | ( | ) | [virtual] |
Plot the animation of the actor face.
| virtual void FBDelete | ( | ) | [virtual] |
Actual Actor Face destructor.
This method is used to delete the actual actor face object represented by an instance of FBActorFace.
Reimplemented from FBComponent.