This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

TerrainUtility.TerrainMap.TerrainFilter

Declaration

public delegate bool TerrainFilter(Terrain terrain);

Parameters

terrain Terrain object to apply filter to.

Description

Terrain map filter.

The terrain will only be included in the TerrainMap if it returns true.