Свойство | Type | Description | |
---|---|---|---|
Progress | int |
Méthode | Description | |
---|---|---|
ActivateScene ( ) : void |
Activates the scene when you are
|
|
LoadLevel ( string levelName, bool manualSceneActivation = false, string customLoadScene = "LoadScreen" ) : void |
Loads the level with a custom loading screen.
|
|
LoadLevel ( string levelName, string customLoadScene ) : void |
Méthode | Description | |
---|---|---|
doLoadLevel ( string name, string customLoadScene, bool manualActivation ) : IEnumerator |
public LoadLevel ( string levelName, bool manualSceneActivation = false, string customLoadScene = "LoadScreen" ) : void | ||
levelName | string | Level name to load. |
manualSceneActivation | bool | If set to |
customLoadScene | string | Custom Loading Scene name. (optional) |
Résultat | void |
public LoadLevel ( string levelName, string customLoadScene ) : void | ||
levelName | string | |
customLoadScene | string | |
Résultat | void |