requestData

suspend fun requestData(options: VoxelProvider.RequestDataOptions? = definedExternally): VoxelContent?(source)

Requests the data for a given tile.

Return

A promise resolving to a VoxelContent containing the data for the tile, or undefined if the request could not be scheduled this frame.

See also