Version: 2021.1
言語: 日本語

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.