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
tileWorldBoundsBoundsWorld-space bounds of the tile being generated.
heightMapResolutionintRequested height-output resolution.
textureResolutionintRequested 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.