Skip to main content
Version: 3.9.0

Sequence

sequence

Use Sequence to execute procedures one by one. Sequence is in the Control category.

Input

NameData TypeDescription
EnterTriggerThe input execution that triggers this node.

Output

NameData TypeDescription
Procedure 1TriggerExecute the next node as the first procedure.
Procedure 2TriggerExecute the next node as the second procedure.
Procedure 3TriggerExecute the next node as the last procedure.

Example

sequence example

When the camera detects an open mouth, it will sequentially trigger the hat and segmented background to appear.

sequence node