コード例 #1
0
 public void ForceLetGo()
 {
     if (grabObj)
     {
         grabObj.ForceEndGrab();                     //forcefully drops the obj
         isGrabbing = false;
     }
 }