Beispiel #1
0
 public void SnapBack()
 {
     dropMgr.Detach();
     root.transform.position = Vector3.zero;
     dropMgr.Reattach(root);
 }