Exemplo n.º 1
0
 void Grab(GrabPoint target)
 {
     target.Grab(Vector3.Distance(transform.position, playerJoint.position));
     currentlyGrabbing = target;
     _isHolding        = true;
 }