Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTerrain(int)

Retrieves a Terrain from the PaintContext.
Read time 1 minuteLast updated 12 days ago

Definition

public Terrain GetTerrain(int terrainIndex)

Parameters

terrainIndex

Index of the terrain.

Returns

Type

Description

TerrainReturns the Terrain object.

Remarks

When painting across a border, the PaintContext can refer to several Terrain tiles. GetTerrain is used to access those Terrain tiles. terrainIndex must be between 0 and _terrainCount - 1.