Switch(スイッチ)ノード
The Switch node outputs one of two inputs depending on a condition. Only the input that is passed through the node is computed.
入力
- Switch(スイッチ)
Determines which of the two inputs below will be passed through.
- False
Is passed through when the switch is set to false.
- True
Is passed through when the switch is set to true.
Properties(プロパティ)
- Type(タイプ)
Determines the type of the data that is handled by the node.
出力
- Output(出力)
One of the two inputs without any modifications.