Class BiomeDataUtilities
Utilities for remapping one BiomeData set into another bounds and resolution space.
public static class BiomeDataUtilities
- Inheritance
-
BiomeDataUtilities
- Inherited Members
Remarks
This helper is primarily used when cached biome data generated in biome-local bounds must be copied into tile-specific request bounds. Texture outputs are remapped through a bounds-aware blit shader, while buffer outputs are remapped through BiomeBufferCopy.
Methods
- Copy(BiomeData, Bounds, BiomeData, Bounds, int, int)
Copies all supported biome outputs from one bounds space into another and writes them into a destination data object.