Switcher
A radio-button list that outputs the index of the selected item — a hand-operated multi-way switch.
Output: number (the selected item's index: 0, 1, 2…)
Inputs
None.
Parameters
| Parameter | Default | Where |
|---|---|---|
| items | cube, pyramid |
ⓘ Params tab — edit, add (+ Add item) or remove entries |
| selection | first item | radio buttons on the card |
Practical example
Build a two-speed fan switch:
- Add a Switcher and rename its items to
slow,fast(ⓘ tab). - Add a Select node; wire Switcher → Select's index input.
- Add two Number nodes (0.5 and 4) wired into Select's a and b.
- Wire Select → a Spin node's speed input, and Spin → an Object Selector targeting your fan object.
- Click the radio buttons: the fan flips between slow and fast for everyone.