Update
Use Update to trigger the next node on each frame update.
Output
Name | Data Type | Description |
---|---|---|
Trigger | Trigger | Trigger the next node. |
Delta time | Double | Delta time of each update event. |
Example
This example updates the diameter and color of the sphere in every frame based on the elapsed time since Start. It also uses the Multiply and Divide nodes to control the variable value.