Table of Contents
Class to access the game's Map Select UI
public static class MapSelectUI
Inheritance System.Object MapSelectUI
Gets the Advanced Button if on the Map Select Menu, or null
public static Toggle GetAdvancedButton();
Gets the Beginner Button if on the Map Select Menu, or null
public static Toggle GetBeginnerButton();
Gets the Canvas for the MapSelectUI, or null
public static Canvas GetCanvas();
Gets the Expert Button if on the Map Select Menu, or null
public static Toggle GetExpertButton();
Gets the Extreme Button if on the Map Select Menu, or null
public static Toggle GetExtremeButton();
Gets the Intermediate Button if on the Map Select Menu, or null
public static Toggle GetIntermediateButton();
Gets the Scene if on the Map Select menu
public static System.Nullable<Scene> GetScene();