Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

position

Returns

Type

Description

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