Version: 2023.2
언어: 한국어
public bool OnTerrainLayerGUI (TerrainLayer terrainLayer, Terrain terrain);

파라미터

terrainLayer The TerrainLayer object.
terrain The Terrain object on which the TerrainLayer object, specified by the terrainLayer parameter, is selected.

반환

bool Return false to have Unity draw the default TerrainLayer inspector. Otherwise draw the custom GUI and return true.

설명

Draws the custom GUI for the terrain layer.