C4 Engine
C4 Engine API Documentation

BoxVolume::SetBoxSize

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

void SetBoxSize(const Vector3D& size);

Parameters
size The new box size.
Description
The SetBoxSize function sets the physical dimensions of the box volume to those specified by the size parameter. One corner of the box coincides with the origin, and the three components of the size correspond to the dimensions of the box along the positive x, y, and z axes.
See Also

BoxVolume::GetBoxSize