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