class CylinderZoneObject
Defined in:  
The C4Zones.hCylinderZoneObject 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 CylinderZoneObjectis a specific type of zone object. | 
See Also
