Countdown
Delays for a number of updates (the duration) while firing output tick activations with a given period. When the countdown is complete it triggers the finished output. The first compute does not generate a tick output.
Installation
To use this Node, you must enable omni.graph.action
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
execIn |
|
The input execution |
|
duration |
|
The duration of the delay in ticks |
5 |
period |
|
The period of the pulse in ticks |
1 |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
finished |
|
Triggered after duration ticks is finished |
|
tick |
|
Triggered every ‘period’ ticks |
|
alpha |
|
normalized progress in the range IE ‘tickValue’/’duration’ |
|
tickValue |
|
The current tick value in the range [1, duration] |