class CylinderZoneObject
Defined in:
The C4Zones.h
CylinderZoneObject
class encapsulates data for data for a cylinder zone.
Definition
class CylinderZoneObject final : public ZoneObject
Constructor
CylinderZoneObject(const Vector2D& size, float height);
Parameters
size |
The size of the cylinder's base. |
height |
The height of the cylinder. |
Description
Base Classes
ZoneObject |
A CylinderZoneObject is a specific type of zone object.
|
See Also