BuildingHighlightHeightRange (Struct)

Namespace: Wrld.Resources.Buildings

A height range for the graphical representation of a BuildingHighlight object. Heights are in metres above the building’s base.

Properties

float Bottom

The lowest height in the range in metres

float Bottom { get; set; } 

float Top

The highest height in the range in metres

float Top { get; set; } 

bool Valid

bool Valid { get; private set; } 
v0.8.203