C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class PolygonZoneObject

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