C4 Engine
C4 Engine API Documentation

class PolygonZone

Defined in:  C4Zones.h
The PolygonZone class represents a polygon zone node in a world.
Definition

class PolygonZone final : public Zone

Constructor

PolygonZone(const Vector2D& size, float height);

Parameters
size The dimensions of a rectangular base for the zone.
height The height of the zone.
Description


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

PolygonZoneObject