public bool OnTerrainLayerGUI (TerrainLayer terrainLayer, Terrain terrain);

Parámetros

terrainLayerThe TerrainLayer object.
terrainThe Terrain object on which the TerrainLayer object, specified by the terrainLayer parameter, is selected.

Valor de retorno

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

Descripción

Draws the custom GUI for the terrain layer.