docs.unity3d.com
    Show / Hide Table of Contents

    Enum TouchPhase

    Phase of a touch event.

    Namespace: UnityEditor.DeviceSimulation
    Syntax
    public enum TouchPhase

    Fields

    Name Description Value
    Began

    A touch has begun. Only the first touch event in any given touch will have this phase.

    Canceled

    A touch has ended in a way other than through user interaction.

    Ended

    A touch has ended. Only the last touch event in a given touch will have this phase.

    Moved

    A touch has changed position.

    Stationary

    A touch has not moved.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023