C4 Engine
C4 Engine API Documentation

class CylinderZone

Defined in:  C4Zones.h
The CylinderZone class represents a cylinder zone node in a world.
Definition

class CylinderZone final : public Zone

Constructor

CylinderZone(const Vector2D& size, float height);

Parameters
size The size of the cylinder's base.
height The height of the cylinder.
Description


Base Classes
Zone A CylinderZone node is a specific type of zone.
See Also

CylinderZoneObject