Exemplo n.º 1
0
 public void EndPull()
 {
     jointController.DisableJoint();
 }
Exemplo n.º 2
0
 public void EndPush()
 {
     jointController.DisableJoint();
     HasTarget = false;
 }