Table of Contents
Class to access the Title Screen UI
public static class TitleScreenUI
Inheritance System.Object TitleScreenUI
Gets the Canvas for the TitleScreenUI, or null
public static Canvas GetCanvas();
Gets the Scene if on the Title Screen menu
public static System.Nullable<Scene> GetScene();
System.Nullable<UnityEngine.SceneManagement.Scene>
Gets the Intermediate Button if on the Map Select Menu, or null
public static Button GetStartButton();