Mesh::GetArrayDescriptor
Defined in:
Returns the descriptor for one of the geometrical arrays stored in a mesh.
C4Mesh.h
Prototype
const ArrayDescriptor *GetArrayDescriptor(int32 index) const;
Description
The GetArrayDescriptor
function returns the descriptor for one of the geometrical arrays stored in a mesh. See the ArrayDescriptor
structure.
See Also