Exemple #1
0
 void OnTriggerEnter(Collider col)
 {
     if (!col.isTrigger)
     {
         gravityBody.checkTouchEnter(col.gameObject);
     }
 }