Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

position

Returns

Type

Description

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