ShowTerrainLayerGUI(Terrain, TerrainLayer, ref Editor, ITerrainLayerCustomUI)
This helper function shows the Terrain Layer Inspector GUI nested inside the current Inspector GUI.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
ShowTerrainLayerGUI(Terrain, TerrainLayer, Editor, ITerrainLayerCustomUI)
public static void ShowTerrainLayerGUI(Terrain terrain, TerrainLayer terrainLayer, ref Editor terrainLayerEditor, ITerrainLayerCustomUI customGUI)
Parameters
The Terrain from which the Terrain Layer originates.
The Terrain Layer object to show the Inspector for.
The custom Terrain Layer GUI object.
Remarks
Additional Resources: ITerrainLayerCustomUI, Editor.DrawFoldoutInspector.