ParaScript.On3DClick

Declaration

public void On3DTouchClick(HandType hand, Matrix4x4 matrix)

Parameters

Parameter NameParameter Description
handArea where a player clicks on the screen
matrixTransformation matrix of the intersection point where the player clicks an object, relative to the original point of the object

Description

Triggered when an object is being clicked on the screen. For details, see here.