It will transition the state after the lapse of time.

Properties
| Property Name | 
Description | 
| Time Type | 
Type of time.- Normal
 - Use time of current frame considering timeScale.
 - Unscaled
 - Use time of current frame without considering timeScale.
 - Realtime
 - Use realtime.
 - Fixed Time
 - Use the latest FixedUpdate start time considering the timeScale.
 - Fixed Unscaled Time
 - Use the latest FixedUpdate start time without considering timeScale.
 
  | 
| Seconds | 
The number of seconds until the transition. | 
| Next State | 
Transition destination state. Transition Method : OnStateUpdate |