OnCollisionEnterTransition |
It will transition the state when the OnCollisionEnter is called. |
OnCollisionExitTransition |
It will transition the state when the OnCollisionExit is called. |
OnCollisionStayTransition |
It will transition the state when the OnCollisionStay is called. |
OnControllerColliderHitTransition |
It will transition the state when the OnControllerColliderHit is called. |
OnTriggerEnterTransition |
It will transition the state when the OnTriggerEnter is called. |
OnTriggerExitTransition |
It will transition the state when the OnTriggerExit is called. |
OnTriggerStayTransition |
It will transition the state when the OnTriggerStay is called. |