Enum UIPointerType
General type of pointer that generated a UnityEngine.EventSystems.PointerEventData pointer event.
Namespace: UnityEngine.InputSystem.UI
Syntax
public enum UIPointerType
Fields
Name | Description | Value |
---|---|---|
None | 0 | |
MouseOrPen | A Mouse or Pen or other general Pointer. |
1 |
Touch | A Touchscreen. |
2 |
Tracked |
|
3 |