Table of Contents

Method RequestData

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

RequestData(Bounds, int, int)

Requests biome output data for the specified world bounds and resolutions.

BiomeDataRequest RequestData(Bounds worldBounds, int heightMapResolution, int textureResolution)

Parameters

worldBounds Bounds

World-space bounds to generate data for.

heightMapResolution int

Requested height-related output resolution.

textureResolution int

Requested texture-related output resolution.

Returns

BiomeDataRequest

A progressive request handle whose data payload will contain the biome outputs for the requested bounds.