Version: 2020.2
언어: 한국어
Method group is Obsolete

Terrain.materialType

매뉴얼로 전환
Obsolete public MaterialType materialType ;

설명

The type of the material used to render the terrain. Could be one of the built-in types or custom. See Terrain.MaterialType.

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.