Entity.Rotation Property

Definition

Rotation, relative to the parent node.

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

Property Value

Remarks

A InvalidParam error occurs if the given value is NaN or infinite. If the full local transform needs to be set or be retrieved, LocalTransform is faster than individual calls to Position, Rotation, and Scale.

Applies to