C4 Engine
C4 Engine API Documentation

PlateGeometryObject::SetPlateSize

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

void SetPlateSize(const Vector2D& size);

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

PlateGeometryObject::GetPlateSize