#include<kfbxlayer.h>
Definition at line912of filekfbxlayer.h.
Public Member Functions | |
K_DEPRECATED KFbxLayerElementArrayTemplate <KFbxSurfaceMaterial*>& | GetDirectArray() const |
The direct array no longer holds contains pointers to materials. |
K_DEPRECATED KFbxLayerElementArrayTemplate<KFbxSurfaceMaterial*>&GetDirectArray | ( | ) | const[inline] |
The direct array no longer holds contains pointers to materials.
Instead, materials are assigned to the nodes that instance the layer containers in the scene. Use the material methods inKFbxNodeinstead of these methods. These methods are provided for backwards compatibility only.
Reimplemented fromKFbxLayerElementTemplate<KFbxSurfaceMaterial *>.
Definition at line934of filekfbxlayer.h.