Declaration
public void On3DTouchClick(HandType hand, Matrix4x4 matrix)
Parameters
| Parameter Name | Parameter Description |
|---|---|
| hand | Area where a player clicks on the screen |
| matrix | Transformation 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.
