We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can customize buttons in interactive studio, but you can also do so through code.
Here is an example of setting the background image of a button:
MixerInteractive.GetControl("myButtonControlID").SetProperty(InteractiveControlProperty.BackgroundImage, "https://www.website.com/image.png");
You can customize many more properties. The full list of properties can be found in the InteractiveControlProperty enumeration.