Stay organized with collections
Save and categorize content based on your preferences.
ARFaceExtensions
Extensions to AR Foundation's ARFace.
Summary
Public static functions
|
TryGetFineEyePoses(this ARFace face, out AndroidOpenXREyeTrackingStates states, out Pose left, out Pose right)
|
bool
Extension method to ARFace that attempts to retrieve fine eye poses.
|
Public static functions
TryGetFineEyePoses
bool TryGetFineEyePoses(
this ARFace face,
out AndroidOpenXREyeTrackingStates states,
out Pose left,
out Pose right
)
Extension method to ARFace that attempts to retrieve fine eye poses.
| Details |
| Parameters |
face
|
ARFace to get the fine eye poses.
|
states
|
AndroidOpenXREyeTrackingStates to fill out with up-to-date data, if the method returns .
|
left
|
Pose array to fill out with left fine eye pose, if states contains LeftEyePoseValid.
|
right
|
Pose array to fill out with right fine eye pose, if states contains RightEyePoseValid.
|
|
|
Returns
|
Returns if successful and state was filled out with up-to-date data, returns otherwise.
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-05-19 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-19 UTC."],[],[]]