Geometry::GetMaterialCount
Defined in:
Returns the number of material slots.
C4Geometries.h
Prototype
int32 GetMaterialCount(void) const;
Description
The GetMaterialCount
function returns the number of material slots allocated for a geometry. The return value is always at least 1.
See Also