GazeProvider.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:
virtual 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
override this.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.