| OnCollisionEnter2DTransition | It will transition the state when the OnCollisionEnter2D is called. | 
| OnCollisionExit2DTransition | It will transition the state when the OnCollisionExit2D is called. | 
| OnCollisionStay2DTransition | It will transition the state when the OnCollisionStay2D is called. | 
| OnTriggerEnter2DTransition | It will transition the state when the OnTriggerEnter2D is called. | 
| OnTriggerExit2DTransition | It will transition the state when the OnTriggerExit2D is called. | 
| OnTriggerStay2DTransition | It will transition the state when the OnTriggerStay2D is called. |