fbxsdk/scene/geometry/fbxlight.h File 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

EFbxType FbxTypeOf ( const FbxLight::EType )
inline

Definition at line 267 of file fbxlight.h.

267 { return eFbxEnum; }
Enumeration.
EFbxType FbxTypeOf ( const FbxLight::EDecayType )
inline

Definition at line 268 of file fbxlight.h.

268 { return eFbxEnum; }
Enumeration.
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.