Version: 2022.2
언어: 한국어

ITerrainLayerCustomUI

interface in UnityEditor

매뉴얼로 전환

설명

Provides an interface to display a custom TerrainLayer UI in the Terrain Layers inspector.

Implement this interface on the ShaderGUI class for your custom terrain shader. This GUI will only be displayed when you select any Terrain Layer in the Paint Texture tab with the custom shader assigned to the terrain.

Public 함수

OnTerrainLayerGUIDraws the custom GUI for the terrain layer.