Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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.

The custom Terrain Layer GUI object.

Remarks