切换节点
The Switch node outputs one of two inputs depending on a condition. Only the input that is passed through the node is computed.
输入
- 切换
Determines which of the two inputs below will be passed through.
- 关闭
Is passed through when the switch is set to false.
- 开启
Is passed through when the switch is set to true.
属性
- 类型
Determines the type of the data that is handled by the node.
输出
- 输出
One of the two inputs without any modifications.