C4 Engine
C4 Engine API Documentation

Drawable::SetPrimitiveRange

Defined in:  C4Renderable.h
Sets the starting index and the number of primitives belonging to a drawable.
Prototype

void SetPrimitiveRange(int32 start, int32 count);

Parameters
start The primitive index at which the drawable begins.
count The number of primitives in the drawable.
Description
See Also

Drawable::GetPrimitiveCount

Drawable::GetPrimitiveStart