Compartir a través de


SkyReflectionSettings.SkyReflectionTexture Propiedad

Definición

Cielo Texture utilizado para reflejos.

public:
 property Microsoft::Azure::RemoteRendering::Texture ^ SkyReflectionTexture { Microsoft::Azure::RemoteRendering::Texture ^ get(); void set(Microsoft::Azure::RemoteRendering::Texture ^ value); };
public Microsoft.Azure.RemoteRendering.Texture SkyReflectionTexture { get; set; }
member this.SkyReflectionTexture : Microsoft.Azure.RemoteRendering.Texture with get, set
Public Property SkyReflectionTexture As Texture

Valor de propiedad

Comentarios

Puede ser un mapa de cubos o una textura 2D en coordenadas esféricas.

* Se produce un InvalidParam error si la textura proporcionada no es válida. * Se produce un InvalidType error si la textura proporcionada no es una textura 2D o cubo.

Se aplica a