public static void ShowTerrainLayerGUI (Terrain terrain, TerrainLayer terrainLayer, ref Editor terrainLayerEditor, ITerrainLayerCustomUI customGUI);

Parámetros

terrainThe Terrain from which the Terrain Layer originates.
terrainLayerThe Terrain Layer object to show the Inspector for.
terrainLayerEditorReference to a variable of type Editor in which Unity caches the Terrain Layer Inspector object.
customGUIThe custom Terrain Layer GUI object.

Descripción

This helper function shows the Terrain Layer Inspector GUI nested inside the current Inspector GUI.