Headset.Rotation 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.
Outputs the current rotation of the headset, as defined by the SDK / Unity.
public:
property UnityEngine::Quaternion Rotation { UnityEngine::Quaternion get(); void set(UnityEngine::Quaternion value); };
public UnityEngine.Quaternion Rotation { get; set; }
member this.Rotation : UnityEngine.Quaternion with get, set
Public Property Rotation As Quaternion
Property Value
UnityEngine.Quaternion