Share via


SkyReflectionSettings.SkyRotation Property

Definition

An optional rotation to apply to the sky reflection, given as a quaternion.

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

Property Value

Remarks

It is recommended to use a normalized quaternion, since that yields an intuitive representation of a rotation but it is not required. The quaternion will be normalized internally.

* A InvalidParam error occurs if the provided quaternion is invalid.

Applies to

See also