EventSystems
| Class Name | Description | 
|---|---|
| OnPointerClickTransition | It will transition the state when the OnPointerClick is called. | 
| OnPointerDownTransition | It will transition the state when the OnPointerDown is called. | 
| OnPointerEnterTransition | It will transition the state when the OnPointerEnter is called. | 
| OnPointerExitTransition | It will transition the state when the OnPointerExit is called. | 
| OnPointerUpTransition | It will transition the state when the OnPointerUp is called. |