Is it possible to swap the values of two C# vars with a button? I figured I'd be able to run a little script off a button, but I can't see how to do it.
While there is no way to "swap" the values of two C# variables, you can add a button for each (or as many as you work with) as seen below, then simply click each button to set them to each others value.
While there is no way to "swap" the values of two C# variables, you can add a button for each (or as many as you work with) as seen below, then simply click each button to set them to each others value.