Nút Chuyển Mạch (Switch Node)
The Switch node outputs one of two inputs depending on a condition. Only the input that is passed through the node is computed.
Đầu Vào (Inputs)
- Chuyển Mạch (Switch)
Determines which of the two inputs below will be passed through.
- Sai (False)
Is passed through when the switch is set to false.
- Đúng (True)
Is passed through when the switch is set to true.
Tính Chất (Properties)
- Thể Loại (Type)
Determines the type of the data that is handled by the node.
Đầu Ra (Outputs)
- Đầu Ra (Output)
One of the two inputs without any modifications.