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.

    Show / Hide Table of Contents

    Class TouchHandler

    Inheritance
    Object
    TouchHandler
    Implements
    IMixedRealityTouchHandler
    IEventSystemHandler
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class TouchHandler : MonoBehaviour, IMixedRealityTouchHandler, IEventSystemHandler

    Fields

    OnTouchCompleted

    Declaration
    public TouchEvent OnTouchCompleted
    Field Value
    Type Description
    TouchEvent

    OnTouchStarted

    Declaration
    public TouchEvent OnTouchStarted
    Field Value
    Type Description
    TouchEvent

    OnTouchUpdated

    Declaration
    public TouchEvent OnTouchUpdated
    Field Value
    Type Description
    TouchEvent

    Explicit Interface Implementations

    IMixedRealityTouchHandler.OnTouchCompleted(HandTrackingInputEventData)

    Declaration
    void IMixedRealityTouchHandler.OnTouchCompleted(HandTrackingInputEventData eventData)
    Parameters
    Type Name Description
    HandTrackingInputEventData eventData

    IMixedRealityTouchHandler.OnTouchStarted(HandTrackingInputEventData)

    Declaration
    void IMixedRealityTouchHandler.OnTouchStarted(HandTrackingInputEventData eventData)
    Parameters
    Type Name Description
    HandTrackingInputEventData eventData

    IMixedRealityTouchHandler.OnTouchUpdated(HandTrackingInputEventData)

    Declaration
    void IMixedRealityTouchHandler.OnTouchUpdated(HandTrackingInputEventData eventData)
    Parameters
    Type Name Description
    HandTrackingInputEventData eventData

    Implements

    IMixedRealityTouchHandler
    IEventSystemHandler
    Back to top Generated by DocFX