World Manager
C4Zones.h

class PolygonZone

The PolygonZone class represents a polygon zone node in a scene graph.
Definition

class PolygonZone : 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
PolygonZoneObject