void Update() { if (useInputB) { outputPreview = inputB.GetValue(); } else { outputPreview = inputA.GetValue(); } }
void Update() { ApplyValue(inputSelector.GetValue()); }