PointerType

class in UnityEngine.UIElements

Cambiar al Manual

Descripción

A static class that holds pointer type values.

These values are used as the values for IPointerEvent.pointerType.

Variables Estáticas

mouseThe pointer type for mouse events.
penThe pointer type for pen events.
touchThe pointer type for touch events.
unknownThe pointer type for events created by unknown devices.