#include<kfbxcontrolset.h>
Definition at line177of filekfbxcontrolset.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 cotnrol set link. | |
bool | mShow |
true if the effector is visible,false if hidden |
KFbxEffector | ( | ) |
Default constructor.
KFbxEffector&operator= | ( | KFbxEffector& | pEffector | ) |
Assignment operator.
pEffector | AnotherKFbxEffectorassigned to this one. |
void Reset | ( | ) |
Reset to default values.
The character's node in a hierarchy linked to this cotnrol set link.
Definition at line197of filekfbxcontrolset.h.
boolmShow |
true
if the effector is visible,false
if hidden
Definition at line200of filekfbxcontrolset.h.