Table of Contents

Class ZonePolygonInfo

Namespace
Uncreated.Warfare.Zones
Assembly
Uncreated.Warfare.dll
public class ZonePolygonInfo
Inheritance
ZonePolygonInfo
Inherited Members

Properties

MaximumHeight

Maximum Y value the zone takes effect in.

[JsonPropertyName("max_height")]
public float? MaximumHeight { get; set; }

Property Value

float?

MinimumHeight

Minimum Y value the zone takes effect in.

[JsonPropertyName("min_height")]
public float? MinimumHeight { get; set; }

Property Value

float?

Points

List of all points of the zone relative to the center.

[JsonPropertyName("points")]
public Vector2[] Points { get; set; }

Property Value

Vector2[]