Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Managers.InternalScenesManager Class Reference

The internal references of all the available scenes. Also controls the scene loading and the loading states, allowing async scene loadings that are not freezing the user's interface for better feedback. More...

Inheritance diagram for Managers.InternalScenesManager:

Static Public Member Functions

static void LoadScene (string name)
 Loads a given scene, with a loading screen from a given canvas if any given. Falls over the default scene loading method if no canvas was given. More...
 

Public Attributes

Canvas LoadingCanvas
 

Static Public Attributes

static string MainMenu = "MainMenuScene"
 
static string Office = "OfficeScene"
 
static string VisualNovel = "VisualNovelScene"
 

Detailed Description

The internal references of all the available scenes. Also controls the scene loading and the loading states, allowing async scene loadings that are not freezing the user's interface for better feedback.

Member Function Documentation

static void Managers.InternalScenesManager.LoadScene ( string  name)
inlinestatic

Loads a given scene, with a loading screen from a given canvas if any given. Falls over the default scene loading method if no canvas was given.

Parameters
name

The documentation for this class was generated from the following file: