Table of Contents
Custom component used to easily keep track of Window Color themes and updating them
public class WindowColorSetter
Inheritance UnityEngine.MonoBehaviour WindowColorSetter
The Image this is attached to
public Image image;
The panel type for determining the texture
public PanelType type;
The window this is a part of, possibly null, in which case will follow the default color BTD_Mod_Helper.MelonMain.CurrentDefaultWindowColor
public ModHelperWindow window;
Change the image texture and pixel scale to a different WindowColor theme
public void SetColor(string windowColor);
windowColor
System.String
the WindowColor Name