Class ZoneCircleInfo
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
MinimumHeight
Minimum Y value the zone takes effect in.
[JsonPropertyName("min_height")]
public float? MinimumHeight { get; set; }
Property Value
Radius
Radius of the circle or sphere.
[JsonPropertyName("radius")]
public float Radius { get; set; }