Class ZonePolygonInfo
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
MinimumHeight
Minimum Y value the zone takes effect in.
[JsonPropertyName("min_height")]
public float? MinimumHeight { get; set; }
Property Value
Points
List of all points of the zone relative to the center.
[JsonPropertyName("points")]
public Vector2[] Points { get; set; }
Property Value
- Vector2[]