Chaining flows

To create a chain of nodes that are part of the same flow, connect the Exit port of a node to the Enter port of another node. For example, if you wanted to apply the same translation to two transforms each update cycle, you could chain the Translate nodes as shown in the following image.

Multiple nodes included in a single flow

Last updated