IMixedRealityEyeGazeProvider.UpdateEyeTrackingStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tells the eye gaze provider about the eye tracking status (e.g., whether the user is calibrated);
public:
void UpdateEyeTrackingStatus(Microsoft::MixedReality::Toolkit::Input::IMixedRealityEyeGazeDataProvider ^ provider, bool userIsEyeCalibrated);
public void UpdateEyeTrackingStatus (Microsoft.MixedReality.Toolkit.Input.IMixedRealityEyeGazeDataProvider provider, bool userIsEyeCalibrated);
abstract member UpdateEyeTrackingStatus : Microsoft.MixedReality.Toolkit.Input.IMixedRealityEyeGazeDataProvider * bool -> unit
Public Sub UpdateEyeTrackingStatus (provider As IMixedRealityEyeGazeDataProvider, userIsEyeCalibrated As Boolean)
Parameters
- provider
- IMixedRealityEyeGazeDataProvider
The provider raising the event.
- userIsEyeCalibrated
- Boolean
Boolean whether the user is eye calibrated or not.
Remarks
Note that this function is not invoked when eye tracking is lost - use IsEyeTrackingAvailable to detect when eye tracking is lost.