C4 Engine
C4 Engine API Documentation

class CylinderZoneObject

Defined in:  C4Zones.h
The 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

CylinderZone