Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TerrainLayerUtility

A set of helper functions for using terrain layers.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static class TerrainLayerUtility

Static Methods

Method

Description

CheckNormalMapTextureTypeChecks whether the texture is correctly imported as a normal map texture.
ShowTerrainLayerGUIThis helper function shows the Terrain Layer Inspector GUI nested inside the current Inspector GUI.
ShowTerrainLayersSelectionHelperHelper function to show the layer selection window for selecting terrain layers in inspector.
TilingSettingsUIDisplays the tiling settings UI.
ValidateDiffuseTextureUIChecks whether the texture is a valid TerrainLayer diffuse texture. If it detects that the texture is not valid, it displays a warning message that identifies the issue.
ValidateMaskMapTextureUIChecks whether the texture is a valid TerrainLayer mask map texture. If it detects that the texture is not valid, it displays a warning message that identifies the issue.
ValidateNormalMapTextureUIChecks whether the texture is a valid TerrainLayer normal map texture. If it detects that the texture is not valid, it displays a warning message that identifies the issue.