Share via


SkyReflectionSettings.SkyReflectionTexture Property

Definition

The sky Texture used for reflections.

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

Property Value

Remarks

This can be either a cubemap or a 2D texture in spherical coordinates.

* A InvalidParam error occurs if the provided texture is invalid. * A InvalidType error occurs if the provided texture is not a 2D or cube texture.

Applies to