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