ITerrainLayerCustomUI
Provides an interface to display a custom TerrainLayer UI in the Terrain Layers inspector.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Interface
- Namespace: UnityEditor
- Assembly: UnityEditor
public interface ITerrainLayerCustomUI
Remarks
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.
Methods
Method | Description |
|---|---|
| OnTerrainLayerGUI | Draws the custom GUI for the terrain layer. |