FBX C++ API Reference
|
#include <fbxobject.h>
A utility class for iterating over the properties (FbxProperty) of any FbxObject.
Definition at line 1069 of file fbxobject.h.
Public Member Functions | |
FbxIterator (const FbxObject *pObject) | |
Constructor. More... | |
const FbxProperty & | GetFirst () |
Get the first property of the object. More... | |
const FbxProperty & | GetNext () |
Get next property of the object. More... | |
|
inline |
Constructor.
pObject | The object whose properties are going to be iterated. |
Definition at line 1075 of file fbxobject.h.
|
inline |
Get the first property of the object.
Definition at line 1080 of file fbxobject.h.
|
inline |
Get next property of the object.
Definition at line 1085 of file fbxobject.h.