Version: 2020.1
言語: 日本語
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.