fbxsdk/scene/geometry/fbxnode.h File Reference

fbxnode.h File Reference

Classes

class  FbxNode
 Represents an element in the scene graph. More...
 

Functions

EFbxType FbxTypeOf (const EFbxRotationOrder &)
 
EFbxType FbxTypeOf (const FbxTransform::EInheritType &)
 
EFbxType FbxTypeOf (const EFbxQuatInterpMode &)
 

Function Documentation

EFbxType FbxTypeOf ( const EFbxRotationOrder )
inline

Definition at line 2386 of file fbxnode.h.

2386 { return eFbxEnum; }
Enumeration.
EFbxType FbxTypeOf ( const FbxTransform::EInheritType )
inline

Definition at line 2387 of file fbxnode.h.

2387 { return eFbxEnum; }
Enumeration.
EFbxType FbxTypeOf ( const EFbxQuatInterpMode )
inline

Definition at line 2388 of file fbxnode.h.

2388 { return eFbxEnum; }
Enumeration.

Go to the source code of this file.