Version: 2022.3
LanguageEnglish
  • C#

TerrainLayerUtility.ShowTerrainLayerGUI

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

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.
customGUI The custom Terrain Layer GUI object.

Description

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