KFbxEffector Class Reference

#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 line 173 of file kfbxcontrolset.h.

Public Member Functions

void Reset ()
 Reset to default values.

Public Attributes

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


Member Function Documentation

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 line 189 of file kfbxcontrolset.h.

bool mShow

true if the effector is visible, false if hidden

Definition at line 192 of file kfbxcontrolset.h.