Used to plot actor face animation.
These classes are under development and may change dramatically between versions.

Public Member Functions |
|
| __init__ (str pName, object pObject=None) | |
| Constructor. |
|
| bool | PlotAnimation () |
| Plot the animation of the actor face.
|
|
| IObject_Declare (Implementation) | |
| FBDelete () | |
| Actual Actor Face destructor. |
|
Constructor.
| pName | Name of new actor face. |
| pObject | For internal use only. This parameter does not need to be specified by the developer. |
| bool PlotAnimation | ( | ) |
Plot the animation of the actor face.
| IObject_Declare | ( | Implementation | ) |
Reimplemented from FBComponent.
| FBDelete | ( | ) |
Actual Actor Face destructor.
This method is used to delete the actual actor face object represented by an instance of FBActorFace.
Reimplemented from FBComponent.