Version: 2019.4
Experimental: this API is experimental and might be changed or removed in the future.

TerrainPaintUtility.FindTerrainLayerIndex

マニュアルに切り替える
public static int FindTerrainLayerIndex (Terrain terrain, TerrainLayer inputLayer);

パラメーター

terrainTerrain tile.
inputLayerTerrain layer to search for.

戻り値

int Returns the index of the terrain layer if it exists or -1 if it doesn't exist.

説明

Finds the index of a TerrainLayer in a Terrain tile.