#include <fbxobject.h>
A utility class for iterating over the properties (FbxProperty) of any FbxObject.
Definition at line 1129 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 1135 of file fbxobject.h.
|
inline |
Get the first property of the object.
Definition at line 1140 of file fbxobject.h.
|
inline |
Get next property of the object.
Definition at line 1145 of file fbxobject.h.