kfbxcharacter.h File Reference


Detailed Description

Definition in file kfbxcharacter.h.

#include <kaydaradef.h>
#include <kaydara.h>
#include <kfbxmath/kfbxvector4.h>
#include <klib/kstring.h>
#include <klib/kerror.h>
#include <kfbxplugins/kfbxconstraint.h>
#include <kfbxplugins/kfbxnodelimits.h>
#include <kfbxplugins/kfbxgroupname.h>
#include <fbxfilesdk_nsbegin.h>
#include <fbxfilesdk_nsend.h>

Include dependency graph for kfbxcharacter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KFbxCharacterLink
 This class represents a link between a given character's node and the associated node in the hierarchy. More...
class  KFbxCharacter
 This class contains all methods to setup an exported character or query information on an imported character. More...

Defines

#define KFBX_DLL   K_DLLIMPORT

Typedefs

typedef KFbxCharacterHKFbxCharacter

Enumerations

enum  ECharacterInputType
 Character input type. More...
enum  ECharacterNodeId
enum  ECharacterGroupId
enum  ECharacterLinkType


Enumeration Type Documentation

Character input type.

  • eCharacterInputActor Not supported.
  • eCharacterInputCharacter The character's input is another character.
  • eCharacterInputMarkerSet The character's input is a control rig.
  • eCharacterOutputMarkerSet Not supported.
  • eCharacterInputStance The character's input is the stance pose.

Definition at line 73 of file kfbxcharacter.h.