C4 Engine
C4 Engine API Documentation

Mesh::GetArrayDescriptor

Defined in:  C4Mesh.h
Returns the descriptor for one of the geometrical arrays stored in a mesh.
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

ArrayDescriptor

Mesh::GetArray