SkyReflectionSettings.SkyReflectionTexture Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O céu Texture usado para reflexões.
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 da propriedade
Comentários
Isso pode ser um cubemap ou uma textura 2D em coordenadas esféricas.
* Ocorrerá um InvalidParam erro se a textura fornecida for inválida. * Ocorrerá um InvalidType erro se a textura fornecida não for uma textura de cubo ou 2D.