ParaPlayer.Pickup

Declaration

public void Pickup(GameObject go, HandType handType, Matrix4x4 matrix)

public void Pickup(GameObject go, HandType handType, Matrix4x4 matrix = Matrix4x4.identity)

Parameter

goObject to be picked up
handTypeHand Type HandType
matrixPick up location

Description

Pick up a specified object. This is effective only for local players.