The Android XR SDK is now available in Developer Preview. We want your feedback! Visit our
support page to reach out.
Stay organized with collections
Save and categorize content based on your preferences.
XRFaceTrackingManager
This class provides the current eye information.
Summary
Inheritance
Inherits from:
MonoBehaviour
Properties
|
Face
|
Gets the current value of the face parameters.
|
Public functions
|
IsFaceCalibrated()
|
bool
Gets the current calibration state of the face tracker.
|
Properties
Face
XRFaceState Face
Gets the current value of the face parameters.
Public functions
IsFaceCalibrated
bool IsFaceCalibrated()
Gets the current calibration state of the face tracker.
Details |
Returns
|
Returns true if calibrated, false 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 2024-12-12 UTC.
[null,null,["Last updated 2024-12-12 UTC."],[],[],null,["# XRFaceTrackingManager Class Reference\n\nXRFaceTrackingManager\n=====================\n\nThis class provides the current eye information.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: `MonoBehaviour`\n\n| ### Properties ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Face](#face) | [XRFaceState](/develop/xr/unity/reference/struct/Google/XR/Extensions/XRFaceState#structGoogle_1_1XR_1_1Extensions_1_1XRFaceState) Gets the current value of the face parameters. |\n\n| ### Public functions ||\n|-------------------------------------------|----------------------------------------------------------------|\n| [IsFaceCalibrated](#isfacecalibrated)`()` | `bool` Gets the current calibration state of the face tracker. |\n\nProperties\n----------\n\n### Face\n\n```c#\nXRFaceState Face\n``` \nGets the current value of the face parameters.\n\nPublic functions\n----------------\n\n### IsFaceCalibrated\n\n```c#\nbool IsFaceCalibrated()\n``` \nGets the current calibration state of the face tracker.\n\n\n| Details ||\n|-------------|----------------------------------------------|\n| **Returns** | Returns true if calibrated, false otherwise. |"]]