KFbxEffector
#include<kfbxcontrolset.h>

List of all members.

Detailed Description

This class represents a link between a given character's effector and the associated node in the hierarchy.

Definition at line179of filekfbxcontrolset.h.


Public Member Functions

 KFbxEffector()
 Default constructor.
KFbxEffectoroperator=(KFbxEffector&pEffector)
 Assignment operator.
void Reset()
 Reset to default values.

Public Attributes

KFbxNodemNode
 The character's node in a hierarchy linked to this cotnrol set link.
bool mShow
 trueif the effector is visible,falseif hidden

Constructor&Destructor Documentation

Default constructor.

Member Function Documentation

KFbxEffector&operator=(KFbxEffectorpEffector ) 

Assignment operator.

void Reset( ) 

Reset to default values.

  • mNode is set to NULL.
  • mTemplateName is cleared.
  • mShow is set to true.

Member Data Documentation

The character's node in a hierarchy linked to this cotnrol set link.

Definition at line197of filekfbxcontrolset.h.

boolmShow

trueif the effector is visible,falseif hidden

Definition at line200of filekfbxcontrolset.h.