We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Interface IMixedRealityEyeSaccadeProvider

    Provides eye tracking saccade events.

    Inherited Members
    IMixedRealityService.Name
    IMixedRealityService.Priority
    IMixedRealityService.ConfigurationProfile
    IMixedRealityService.Initialize()
    IMixedRealityService.Reset()
    IMixedRealityService.Enable()
    IMixedRealityService.Update()
    IMixedRealityService.LateUpdate()
    IMixedRealityService.Disable()
    IMixedRealityService.Destroy()
    IDisposable.Dispose()
    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
    In This Article
    Back to top Generated by DocFX