Class BiomeDataRequest
Asynchronous request handle for biome data generation.
public class BiomeDataRequest : ProgressiveTask, IEnumerator
- Inheritance
-
CustomYieldInstructionBiomeDataRequest
- Implements
- Inherited Members
-
CustomYieldInstruction.MoveNext()CustomYieldInstruction.Reset()CustomYieldInstruction.Current
Remarks
This type extends ProgressiveTask and carries the BiomeData payload being filled by
graph execution or biome post-processing coroutines. Callers typically create the request synchronously, assign
an empty BiomeData instance to data, then yield on the request until Complete() is called.
Properties
- data
Gets or sets the biome data payload produced by this request.