Table of Contents

Class ZoneCircleInfo

Namespace
Uncreated.Warfare.Zones
Assembly
Uncreated.Warfare.dll
public class ZoneCircleInfo
Inheritance
ZoneCircleInfo
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?

Radius

Radius of the circle or sphere.

[JsonPropertyName("radius")]
public float Radius { get; set; }

Property Value

float