Switch case

A Switch case node executes its child nodes if its expression evaluates to true and all earlier expressions of switch case nodes in the same parent Switch node evaluate to false.

Properties

Name
Project script attribute
Description
Boolean condition
test
An expression that is evaluated during the merge. When the evaluated value equals true, all child nodes are executed.

Project script node name

when
See also:
Switch
Switch else