World Manager
C4Zones.h

class PolygonZoneObject

The PolygonZoneObject class encapsulates data for data for a polygon zone.
Definition

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