Version: 2020.2
言語: 日本語

PointerType

class in UnityEngine.UIElements

マニュアルに切り替える

説明

A static class that holds pointer type values.

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

Static 変数

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.