C4 Engine
C4 Engine API Documentation

BoxGeometryObject::SetBoxSize

Defined in:  C4Primitives.h
Sets the box size.
Prototype

void SetBoxSize(const Vector3D& size);

Parameters
size The new box size.
Description
The SetBoxSize function sets the size of a box primitive. The components of the size parameter define the extents of the box in the positive x, y, and z directions.
See Also

BoxGeometryObject::GetBoxSize