Skip to Main Content

BTD_Mod_Helper​.Api​.Components​.ModHelperDock


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Components

ModHelperDock Class

ModHelperComponent controlling the Dock used for ModHelperWindows

public sealed class ModHelperDock : BTD_Mod_Helper.Api.Components.ModHelperPanel

Inheritance UnityEngine.MonoBehaviourModHelperComponentModHelperPanel  ModHelperDock

Fields

ModHelperDock.canvasGroup Field

The canvas group for the dock

public CanvasGroup canvasGroup;

Field Value

UnityEngine.CanvasGroup

ModHelperDock.startButton Field

The plus button that opens the start menu, or null if there are no start menu entries

public ModHelperButton startButton;

Field Value

ModHelperButton

ModHelperDock.startMenu Field

The menu opened which lists the available windows, or null if there are no start menu entries

public ModHelperPopupMenu startMenu;

Field Value

ModHelperPopupMenu

Properties

ModHelperDock.Instance Property

Current instance of the Dock

public static BTD_Mod_Helper.Api.Components.ModHelperDock Instance { get; set; }

Property Value

ModHelperDock

ModHelperDock.WindowParent Property

Parent object that windows are added to

public static RectTransform WindowParent { get; set; }

Property Value

UnityEngine.RectTransform

Methods

ModHelperDock.OnUpdate() Method

Unity Component OnUpdate

protected override void OnUpdate();
To learn how to download BTD Mod Helper and install mods, click here