Table of Contents

Method RequestData

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

RequestData(Bounds, int, int)

Starts an asynchronous biome-data request for the specified tile bounds.

public BiomeDataRequest RequestData(Bounds tileWorldBounds, int heightMapResolution, int textureResolution)

Parameters

tileWorldBounds Bounds

World-space bounds of the tile being generated.

heightMapResolution int

Requested height-output resolution.

textureResolution int

Requested texture-output resolution.

Returns

BiomeDataRequest

A request whose data payload is filled after any required downloads complete and the terrain graph finishes execution.

Remarks

If no terrain graph is assigned, the returned request is completed immediately with an empty BiomeData.