Switch Branch

This node branches to a destination node that matches the input value.
Properties
Property name | Type | Description |
---|---|---|
Input port | InputExecutePort | Executed by connecting with ExecuteWire or TransitionWire |
Type Selection | SerializableType |
The type of the value to compare |
Value | InputField |
The value to be evaluated. |
Cases | List of CaseData |
A list of the value to be judged and the OutputTransitionPort. If Value and When match, the transition will occur to the Then destination node.
|
Default | OutputTransitionPort | Transition occurs when none of the Cases conditions are met. |