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.