docs.unity.cn
    Show / Hide Table of Contents

    Enum UIPointerType

    General type of pointer that generated a pointer event.

    Namespace: UnityEngine.InputSystem.UI
    Syntax
    public enum UIPointerType : int

    Fields

    Name Description Value
    None 0
    MouseOrPen

    A Mouse or Pen or other general Pointer.

    1
    Touch

    A Touchscreen.

    2
    Tracked

    A TrackedDevice.

    3
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Tuesday, November 2, 2021
    Terms of use