Versions with this page:
Versions without this page:
Детализация объектов будет отображаться до этого расстояния.
See Also: detailObjectDensity.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Start() { Terrain.activeTerrain.detailObjectDistance = 40; } }