Declaration
public void Pickup(GameObject go, HandType handType, Matrix4x4 matrix)
public void Pickup(GameObject go, HandType handType, Matrix4x4 matrix = Matrix4x4.identity)
Parameter
go | Object to be picked up |
handType | Hand Type HandType |
matrix | Pick up location |
Description
Pick up a specified object. This is effective only for local players.