SkyReflectionSettings.SkyRotation 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.
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.