Version: 2018.4
public bool OnTerrainLayerGUI (TerrainLayer terrainLayer, Terrain terrain);

パラメーター

terrainLayerThe TerrainLayer object.
terrainThe 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.