Version: 2023.2
言語: 日本語
public void ApplyCustomUI (ITerrainLayerCustomUI customUI, Terrain terrain);

パラメーター

customUI The custom UI object.
terrain The Terrain object.

説明

Applies the custom UI for the Terrain Layer object.

The custom UI object is usually the same ShaderGUI object implemented for the Terrain shader. This is because only the Terrain shader defines how to interpret data in a TerrainLayer object. To retrieve the custom UI object, cast the ShaderGUI object to the ITerrainLayerCustomUI interface.