Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

rotation

Returns

Type

Description

booltrue if eyes can be queried for the left eye rotation; otherwise false.