日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    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
    Back to top Generated by DocFX