TryGetLeftEyeOpenAmount(out float)
Gets a value that represents the how far the left eye is open.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
TryGetLeftEyeOpenAmount(float)
public bool TryGetLeftEyeOpenAmount(out float openAmount)
Parameters
Returns
Type | Description |
|---|---|
| bool | true if eyes can be queried for the amount that the left eye is open; otherwise false. |