Property heightMapResolution
heightMapResolution
Gets or sets the height-map resolution pushed into tiles and biome requests.
public int heightMapResolution { get; set; }
Property Value
Remarks
The value is normalized to a valid Unity-style height-map resolution by taking the closest power of two, adding one, and clamping to Vista's supported height-map range.