Revision as of 17:04, 10 July 2024 by TheAutopilot(talk | contribs)(avoided repetition of "to" to make it more obvious from where the redirection is going)
Value Multiplexer`1 component as seen in the Scene Inspector
ValueMultiplexers allow to curate a list of values and drive a target with one of them.
They implement IValue which means that a reference to them can be used to create a Source node representing the currently indexed value. This enables using them like arrays when combined with a Source of the Index field.
Setting this to true redirects writes from Target or from a Source representing the selected value to the currently indexed list entry.
Behavior
The component behaves similar to a ValueCopy with the list entry indicated by Index as its Source.
Changes to Index or the list entries will affect Target whenever the drive is evaluated.
On the other hand the Source of this component updates instantly.
Examples
Array-like access from within ProtoFlux. Note the setting of AllowWriteBack and that you can only access a single value at a time!A demonstration of what happens when Index is outside the usual range. (wraps around)