Struct TerrainGenerationConfigs
[Serializable]
public struct TerrainGenerationConfigs
- Inherited Members
Properties
- resolution
Base graph resolution used when nodes allocate outputs relative to the request size.
- seed
Base random seed for deterministic graph execution.
- terrainHeight
Maximum terrain height used to interpret normalized height data in world units.
- worldBounds
Horizontal evaluation area of the current graph request.
Methods
- Create()
Creates a default terrain-generation request configuration.