Version: 2021.1
言語: 日本語

TouchEvent

struct in UnityEditor.DeviceSimulation

マニュアルに切り替える

説明

Representation of a single touch event coming from a Device Simulator. Subscribe to DeviceSimulator.touchScreenInput to receive these events.

変数

phasePhase of the touch event.
positionOn-screen position of the touch event. The zero point is at the bottom-left corner of the screen in pixel coordinates.
touchIdThe unique identifier for the touch. Unity reuses identifiers after the touch ends.