Skip to Main Content

BTD_Mod_Helper​.UI​.BTD6​.MapSelectUI


BloonsTD6 Mod Helper

BTD_Mod_Helper.UI.BTD6

MapSelectUI Class

Class to access the game's Map Select UI

public static class MapSelectUI

Inheritance System.Object  MapSelectUI

Methods

MapSelectUI.GetAdvancedButton() Method

Gets the Advanced Button if on the Map Select Menu, or null

public static Toggle GetAdvancedButton();

Returns

UnityEngine.UI.Toggle

MapSelectUI.GetBeginnerButton() Method

Gets the Beginner Button if on the Map Select Menu, or null

public static Toggle GetBeginnerButton();

Returns

UnityEngine.UI.Toggle

MapSelectUI.GetCanvas() Method

Gets the Canvas for the MapSelectUI, or null

public static Canvas GetCanvas();

Returns

UnityEngine.Canvas

MapSelectUI.GetExpertButton() Method

Gets the Expert Button if on the Map Select Menu, or null

public static Toggle GetExpertButton();

Returns

UnityEngine.UI.Toggle

MapSelectUI.GetExtremeButton() Method

Gets the Extreme Button if on the Map Select Menu, or null

public static Toggle GetExtremeButton();

Returns

UnityEngine.UI.Toggle

MapSelectUI.GetIntermediateButton() Method

Gets the Intermediate Button if on the Map Select Menu, or null

public static Toggle GetIntermediateButton();

Returns

UnityEngine.UI.Toggle

MapSelectUI.GetScene() Method

Gets the Scene if on the Map Select menu

public static System.Nullable<Scene> GetScene();

Returns

System.Nullable<UnityEngine.SceneManagement.Scene>

To learn how to download BTD Mod Helper and install mods, click here