Table of Contents
ModHelperComponent controlling the Dock used for ModHelperWindows
public sealed class ModHelperDock : BTD_Mod_Helper.Api.Components.ModHelperPanel
Inheritance UnityEngine.MonoBehaviour ModHelperComponent ModHelperPanel ModHelperDock
The canvas group for the dock
public CanvasGroup canvasGroup;
The plus button that opens the start menu, or null if there are no start menu entries
public ModHelperButton startButton;
The menu opened which lists the available windows, or null if there are no start menu entries
public ModHelperPopupMenu startMenu;
Current instance of the Dock
public static BTD_Mod_Helper.Api.Components.ModHelperDock Instance { get; set; }
Parent object that windows are added to
public static RectTransform WindowParent { get; set; }
Unity Component OnUpdate
protected override void OnUpdate();