Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


materialType

The type of the material used to render the terrain. Could be one of the built-in types or custom. See Terrain.MaterialType.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.TerrainModule
Warning
Deprecated. Property materialType is not used any more. Set materialTemplate directly.
public Terrain.MaterialType materialType { get; set; }

Remarks

If you want to use a custom material, set this to Terrain.MaterialType.Custom, then assign a material to Terrain.materialTemplate. Terrain.MaterialType.Custom with Terrain.materialTemplate == null is identical to Terrain.MaterialType.BuiltInLegacyDiffuse.