Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Button customization

Gersh Payzer edited this page Apr 3, 2018 · 1 revision

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.

Clone this wiki locally