Method RequestData
RequestData(Bounds, int, int)
Requests biome output data for the specified world bounds and resolutions.
BiomeDataRequest RequestData(Bounds worldBounds, int heightMapResolution, int textureResolution)
Parameters
worldBoundsBoundsWorld-space bounds to generate data for.
heightMapResolutionintRequested height-related output resolution.
textureResolutionintRequested texture-related output resolution.
Returns
- BiomeDataRequest
A progressive request handle whose data payload will contain the biome outputs for the requested bounds.