Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PointerType

Pointer types.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UICommonModule
public enum PointerType

Fields

Value

Description

MouseThe pointer type for mouse events.
PenThe pointer type for pen events.
TouchThe pointer type for touch events.