C4 Engine
C4 Engine API Documentation

class PolygonZoneObject

Defined in:  C4Zones.h
The PolygonZoneObject class encapsulates data for data for a polygon zone.
Definition

class PolygonZoneObject final : public ZoneObject

Constructor

PolygonZoneObject(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
ZoneObject A PolygonZoneObject is a specific type of zone object.
See Also

PolygonZone