Mad Level Manager
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Attributes | Properties | List of all members
MadLevelManager.MadLevelLoadingScreen Class Reference
Inheritance diagram for MadLevelManager.MadLevelLoadingScreen:

Public Attributes

int notAsyncLoadingStartFrame = 3
 Number of frame that will trigger the level loading start. It may be important to delay the level loading, because of other scripts that are present on the loading scene. They may need one or two frames to setup the graphics. More...
 
bool asyncLoading
 
string testModeLevelToLoad = ""
 
MadLevelConfiguration.Level nextLevel
 
AsyncOperation asyncOperation
 

Properties

float progress [get]
 
bool isDone [get]
 
bool isTestMode [get]
 

Member Data Documentation

int MadLevelManager.MadLevelLoadingScreen.notAsyncLoadingStartFrame = 3

Number of frame that will trigger the level loading start. It may be important to delay the level loading, because of other scripts that are present on the loading scene. They may need one or two frames to setup the graphics.

If your scripts needs more or less time, you can try to modify this parameter.


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