public void ApplyCustomUI (ITerrainLayerCustomUI customUI, Terrain terrain);

파라미터

customUIThe custom UI object.
terrainThe 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.