TryGetLeftEyeRotation(out Quaternion)
Gets the Quaternion that describes the rotation of the left eye.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
TryGetLeftEyeRotation(Quaternion)
public bool TryGetLeftEyeRotation(out Quaternion rotation)
Parameters
Returns
Type | Description |
|---|---|
| bool | true if eyes can be queried for the left eye rotation; otherwise false. |