Declaration
public void On3DTouchDrag(HandType hand, Vector2 pointer, Vector2 deltaPointer)
Parameters
Parameter Name | Parameter Description |
---|---|
hand | Area where the player performs a drag operation on the screen |
pointer | Position where the player dragged on the screen |
deltaPointer | Position 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.