#include <kfbxcontrolset.h>
Definition at line 177 of file kfbxcontrolset.h.
| Public Member Functions | |
| KFbxEffector () | |
| Default constructor. | |
| KFbxEffector & | operator= (KFbxEffector &pEffector) | 
| Assignment operator. | |
| void | Reset () | 
| Reset to default values. | |
| Public Attributes | |
| KFbxNode * | mNode | 
| The character's node in a hierarchy linked
to this control set link. | |
| bool | mShow | 
| trueif the effector is
visible,falseif hidden | |
| KFbxEffector | ( | ) | 
Default constructor.
| KFbxEffector& operator= | ( | KFbxEffector & | pEffector | ) | 
Assignment operator.
| pEffector | Another KFbxEffector assigned to this one. | 
| void Reset | ( | ) | 
Reset to default values.
The character's node in a hierarchy linked to this control set link.
Definition at line 197 of file kfbxcontrolset.h.
| bool mShow | 
true if the effector is visible, false
if hidden
Definition at line 200 of file kfbxcontrolset.h.