Example #1
0
 void OnTriggerExit2D(Collider2D other)
 {
     if (other.name == "Player_Bird")
     {
         render.Exiting();
     }
 }