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