Class TerrainLayer
Assembly: UnityEngine.dll
Syntax
public sealed class TerrainLayer : Object
Constructors
|
Improve this Doc
View Source
TerrainLayer()
Declaration
Properties
diffuseRemapMax
Declaration
public Vector4 diffuseRemapMax { get; set; }
Property Value
diffuseRemapMin
Declaration
public Vector4 diffuseRemapMin { get; set; }
Property Value
diffuseTexture
Declaration
public Texture2D diffuseTexture { get; set; }
Property Value
maskMapRemapMax
Declaration
public Vector4 maskMapRemapMax { get; set; }
Property Value
maskMapRemapMin
Declaration
public Vector4 maskMapRemapMin { get; set; }
Property Value
maskMapTexture
Declaration
public Texture2D maskMapTexture { get; set; }
Property Value
Declaration
public float metallic { get; set; }
Property Value
normalMapTexture
Declaration
public Texture2D normalMapTexture { get; set; }
Property Value
normalScale
Declaration
public float normalScale { get; set; }
Property Value
smoothness
Declaration
public float smoothness { get; set; }
Property Value
specular
Declaration
public Color specular { get; set; }
Property Value
tileOffset
Declaration
public Vector2 tileOffset { get; set; }
Property Value
tileSize
Declaration
public Vector2 tileSize { get; set; }
Property Value
Extension Methods