프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Progress | int |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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) |
리턴 | void |
public LoadLevel ( string levelName, string customLoadScene ) : void | ||
levelName | string | |
customLoadScene | string | |
리턴 | void |