예제 #1
0
 void OnTriggerExit(Collider col)
 {
     if (!col.isTrigger)
     {
         gravityBody.checkTouchExit(col.gameObject);
     }
 }