TerrainLayer

class in UnityEngine

/

Hereda de:Object

Cambiar al Manual

Descripción

Description of a terrain layer.

Variables

diffuseRemapMaxA Vector4 value specifying the maximum RGBA value that the diffuse texture maps to when the value of the channel is 1.
diffuseRemapMinA Vector4 value specifying the minimum RGBA value that the diffuse texture maps to when the value of the channel is 0.
diffuseTextureThe diffuse texture used by the terrain layer.
maskMapRemapMaxA Vector4 value specifying the maximum RGBA value that the mask map texture maps to when the value of the channel is 1.
maskMapRemapMinA Vector4 value specifying the minimum RGBA value that the mask map texture maps to when the value of the channel is 0.
maskMapTextureThe mask map texture used by the terrain layer.
metallicMetallic factor used by the terrain layer.
normalMapTextureNormal map texture used by the terrain layer.
normalScaleA float value that scales the normal vector. The minimum value is 0, the maximum value is 1.
smoothnessSmoothness of the specular reflection.
specularSpecular color.
tileOffsetUV tiling offset.
tileSizeUV Tiling size.

Miembros heredados

Variables

hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
nameEl nombre del objeto.

Funciones Públicas

GetInstanceIDDevuelve el id de la instancia del objeto.
ToStringReturns the name of the object.

Funciones Estáticas

DestroyRemoves a GameObject, component or asset.
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindObjectOfTypeDevuelve el primer objeto activo cargado de tipo type.
FindObjectsOfTypeDevuelve una lista de todos los objetos activos cargados de tipo type.
InstantiateClona el objeto original y devuelve el clon.

Operadores

bool¿Existe el objeto?
operator !=Compare si dos objetos se refieren a un objeto diferente.
operator ==Compara dos referencias de objeto para ver si se refieren al mismo objeto.