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