Timer

Use Timer as a timer. Timer is in the Time category.
Input
Name | Data type | Description |
Start | trigger | Execute to start the timer |
Pause | trigger | Execute to pause the timer |
Resume | trigger | Execute to resume the timer |
Duration | Number (Double) | Duration time(seconds) of the timer |
Output
Name | Data type | Description |
Started | trigger | Execute the next node when the timer starts |
Tick | trigger | Execute the next node each frame |
Completed | trigger | Execute the next node when the timer stops |
Elapsed Time | Double | The number of seconds elapsed since the timer started |
Progress% | Double | The proportion of duration that has elapsed (0-100%) |
Remaining | Double | The number of seconds remaining until the timer is elapsed |
Example

In this example, we use the percentage of time passed in the timer to change the color of sphere.
