C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class CylinderZoneObject

Defined in:  C4Zones.h
The CylinderZoneObject class encapsulates data for data for a cylinder zone.
Definition

class CylinderZoneObject : 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 ZoneObject.
See Also

CylinderZone