If Branch

A node that branches the transition destination node according to a condition.
Properties
Property name | Type | Description |
---|---|---|
Input port | InputExecutePort | Executed by connecting with ExecuteWire or TransitionWire |
Conditions | List of IfCondition |
A list of boolean values and OutputTransitionPorts to be judged. The judgement is made from top to bottom, and if Input is true, the transition will occur to the node connected to Then.
|
Else | OutputTransitionPort | Transition occurs when none of the conditions in Conditions are met. |