# XRFaceTrackingManager

This class provides the current eye information.

## Summary

### Inheritance

Inherits from:`MonoBehaviour`

|                                                                                                                                                             ### Properties                                                                                                                                                             ||
|------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Face](https://developer.android.com/develop/xr/unity/reference/class/Google/XR/Extensions/XRFaceTrackingManager#face) | [XRFaceState](https://developer.android.com/develop/xr/unity/reference/struct/Google/XR/Extensions/XRFaceState#structGoogle_1_1XR_1_1Extensions_1_1XRFaceState) Gets the current value of the face parameters. |

|                                                                                                ### Public functions                                                                                                ||
|----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|
| [IsFaceCalibrated](https://developer.android.com/develop/xr/unity/reference/class/Google/XR/Extensions/XRFaceTrackingManager#isfacecalibrated)`()` | `bool` Gets the current calibration state of the face tracker. |

## Properties

### Face

```c#
XRFaceState Face
```  
Gets the current value of the face parameters.

## Public functions

### IsFaceCalibrated

```c#
bool IsFaceCalibrated()
```  
Gets the current calibration state of the face tracker.

<br />

|                          Details                          ||
|-------------|----------------------------------------------|
| **Returns** | Returns true if calibrated, false otherwise. |