Table of Contents

Property heightMapResolution

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

heightMapResolution

Gets or sets the height-map resolution pushed into tiles and biome requests.

public int heightMapResolution { get; set; }

Property Value

int

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.