Interface IMixedRealityEyeSaccadeProvider
Provides eye tracking saccade events.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public interface IMixedRealityEyeSaccadeProvider : IMixedRealityDataProvider, IMixedRealityService, IDisposable
Events
OnSaccade
Triggered when user is saccading across the view (jumping quickly with their eye gaze above a certain threshold in visual angles).
Declaration
event Action OnSaccade
Event Type
Type | Description |
---|---|
Action |
OnSaccadeX
Triggered when user is saccading horizontally across the view (jumping quickly with their eye gaze above a certain threshold in visual angles).
Declaration
event Action OnSaccadeX
Event Type
Type | Description |
---|---|
Action |
OnSaccadeY
Triggered when user is saccading vertically across the view (jumping quickly with their eye gaze above a certain threshold in visual angles).
Declaration
event Action OnSaccadeY
Event Type
Type | Description |
---|---|
Action |