FBX C++ API Reference
fbxlight.h File Reference

Classes

class  FbxLight
 This node attribute contains methods for accessing the properties of a light. More...
 

Functions

EFbxType FbxTypeOf (const FbxLight::EType &)
 
EFbxType FbxTypeOf (const FbxLight::EDecayType &)
 
EFbxType FbxTypeOf (const FbxLight::EAreaLightShape &)
 

Function Documentation

◆ FbxTypeOf() [1/3]

EFbxType FbxTypeOf ( const FbxLight::EType )
inline

Definition at line 267 of file fbxlight.h.

267 { return eFbxEnum; }
Enumeration.

◆ FbxTypeOf() [2/3]

EFbxType FbxTypeOf ( const FbxLight::EDecayType )
inline

Definition at line 268 of file fbxlight.h.

268 { return eFbxEnum; }
Enumeration.

◆ FbxTypeOf() [3/3]

EFbxType FbxTypeOf ( const FbxLight::EAreaLightShape )
inline

Definition at line 269 of file fbxlight.h.

269 { return eFbxEnum; }
Enumeration.

Go to the source code of this file.