DetailScatterMode
Provides options to specify how details are scattered on the terrain.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.TerrainModule
public enum DetailScatterMode
Fields
Value | Description |
|---|---|
| CoverageMode | The detail map holds values that represent how much area to cover at each sample, based on the detail's density. |
| InstanceCountMode | The detail map holds values that represent the number of detail instances to render at each sample. |