ParaScript.On3DTouchDrag

Declaration

public void On3DTouchDrag(HandType hand, Vector2 pointer, Vector2 deltaPointer)

Parameters

Parameter NameParameter Description
handArea where the player performs a drag operation on the screen
pointerPosition where the player dragged on the screen
deltaPointerPosition delta of the object dragged by the player

Description

Triggered when an object is being pressed and dragged on the screen. For details, see here.