SkyReflectionSettings.SkyReflectionTexture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.