Versions with this page:
Versions without this page:
Detail objects will be displayed up to this distance.
See Also: detailObjectDensity.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Start() { Terrain.activeTerrain.detailObjectDistance = 40; } }