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