Class that handles the level data of the game, and starting level changes. More...
Public Member Functions | |
bool | LoadLevelViaLevelNameIfUnlocked (LevelName levelName) |
Function that loads a level via LevelName only if unlocked. | |
bool | LoadLevelViaLevelName (LevelName levelName) |
Function that loads a level via LevelName. | |
bool | IsLevelUnlocked (LevelName levelName) |
Function that checks if a certain level is unlocked. |
Properties | |
static LevelManager | Instance [get] |
Class that handles the level data of the game, and starting level changes.
|
inline |
Function that checks if a certain level is unlocked.
levelName | The name of the level, set in the inspector please |
|
inline |
Function that loads a level via LevelName.
levelName | The name of the level, set in the inspector please |
|
inline |
Function that loads a level via LevelName only if unlocked.
levelName | The name of the level |
|
staticget |