TimeType
Enum in Arbor
Description
Time type
Properties
| Property Name | Description | 
|---|---|
| Normal | Use time of current frame considering timeScale. | 
| Unscaled | Use time of current frame without considering timeScale. | 
| Realtime | Use realtime. | 
| FixedTime | Use the latest FixedUpdate start time considering the timeScale. | 
| FixedUnscaledTime | Use the latest FixedUpdate start time without considering timeScale. |