Version: 2020.3
언어: 한국어
public static void ShowTerrainLayerGUI (Terrain terrain, TerrainLayer terrainLayer, ref Editor terrainLayerEditor, ITerrainLayerCustomUI customGUI);

파라미터

terrain The Terrain from which the Terrain Layer originates.
terrainLayer The Terrain Layer object to show the Inspector for.
terrainLayerEditor Reference to a variable of type Editor in which Unity caches the Terrain Layer Inspector object.
customGUI The custom Terrain Layer GUI object.

설명

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