#include <fbxhik2fbxcharacter.h>
Definition at line 279 of file fbxhik2fbxcharacter.h.
 
|  | 
| enum | { mParamCount = sizeof(gHIK2FbxCharacterPropertyBridge) / sizeof(FbxCharacterPropertyInfo)
 } | 
|  | 
◆ anonymous enum
Definition at line 282 of file fbxhik2fbxcharacter.h.
static const FbxCharacterPropertyInfo gHIK2FbxCharacterPropertyBridge[]
 
 
 
◆ GetAt()
Definition at line 286 of file fbxhik2fbxcharacter.h.
static const FbxCharacterPropertyInfo gHIK2FbxCharacterPropertyBridge[]
 
 
◆ GetPropertyInfoFromFbxCharacterProperty()
Definition at line 288 of file fbxhik2fbxcharacter.h.
  291         for( lCounter = 0 ; lCounter < 
mParamCount; lCounter++ )
   293             if(
GetAt(lCounter).mFbxCharacterPropertyName && !strcmp(
GetAt(lCounter).mFbxCharacterPropertyName, pCharacterPropertyName))
   295                 return &
GetAt(lCounter);
 
static const FbxCharacterPropertyInfo & GetAt(int i)
 
 
◆ GetPropertyInfoFromHIKProperty()
Definition at line 301 of file fbxhik2fbxcharacter.h.
  304         for( lCounter = 0 ; lCounter < 
mParamCount; lCounter++ )
   306             if(!strcmp(
GetAt(lCounter).mHIKPropertyName, pHIKPropertyName))
   308                 return &
GetAt(lCounter);
 
static const FbxCharacterPropertyInfo & GetAt(int i)
 
 
The documentation for this class was generated from the following file: