Skip to main content
Version: 3.9.0

Update

update

Use Update to trigger the next node on each frame update.

Output

NameData TypeDescription
TriggerTriggerTrigger the next node.
Delta timeDoubleDelta time of each update event.

Example

update 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.

update node