C4 Engine
C4 Engine API Documentation

GeometryObject::GetGeometryLevelCount

Defined in:  C4GeometryObjects.h
Returns the number of detail levels.
Prototype

int32 GetGeometryLevelCount(voidconst;

Description
The GetGeometryLevelCount function returns the number of detail levels belonging to a geometry object. The geometric information for a particular detail level can be retrieved using the GeometryObject::GetGeometryLevel function.
See Also

GeometryObject::GetGeometryLevel