Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

CoverageModeThe detail map holds values that represent how much area to cover at each sample, based on the detail's density.
InstanceCountModeThe detail map holds values that represent the number of detail instances to render at each sample.