Nút Chuyển Mạch
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
- Chuyển Mạch
Determines which of the two inputs below will be passed through.
- Sai/Tắt đi/Giả/Không Đúng
Is passed through when the switch is set to false.
- Đúng/Bật lên/Thật/Không Sai
Is passed through when the switch is set to true.
Tính Chất
- Thể Loại
Determines the type of the data that is handled by the node.
Đầu Ra
- Đầu Ra
One of the two inputs without any modifications.