EyeGazeSmoother Class
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.
Provides some predefined parameters for eye gaze smoothing and saccade detection.
public ref class EyeGazeSmoother : Microsoft::MixedReality::Toolkit::Input::IMixedRealityEyeSaccadeProvider
public class EyeGazeSmoother : Microsoft.MixedReality.Toolkit.Input.IMixedRealityEyeSaccadeProvider
type EyeGazeSmoother = class
interface IMixedRealityEyeSaccadeProvider
Public Class EyeGazeSmoother
Implements IMixedRealityEyeSaccadeProvider
- Inheritance
-
EyeGazeSmoother
- Implements
Constructors
EyeGazeSmoother() |
Methods
SmoothGaze(Ray) |
Smooths eye gaze by detecting saccades and tracking gaze clusters. |
Events
OnSaccade |
Triggered when user is saccading across the view (jumping quickly with their eye gaze above a certain threshold in visual angles). |
OnSaccadeX |
Triggered when user is saccading horizontally across the view (jumping quickly with their eye gaze above a certain threshold in visual angles). |
OnSaccadeY |
Triggered when user is saccading vertically across the view (jumping quickly with their eye gaze above a certain threshold in visual angles). |