Property | Type | Description | |
---|---|---|---|
Instance | SceneManagerExample, | ||
currentSceneTextMesh | |||
moveObjects | GameObject[] | ||
player | GameObject | ||
warningTextMesh |
Method | Description | |
---|---|---|
LoadScene ( string loadSceneName ) : void | ||
MoveToScene ( string sceneName ) : void | ||
UnloadScene ( string unloadSceneName ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
DisplayCurrentSceneName ( ) : void | ||
LoadSceneAsync ( string loadSceneName ) : IEnumerator | ||
MovePlayerPosition ( ) : void | ||
UnloadSceneYield ( string unloadSceneName ) : IEnumerator |
public LoadScene ( string loadSceneName ) : void | ||
loadSceneName | string | |
return | void |
public MoveToScene ( string sceneName ) : void | ||
sceneName | string | |
return | void |
public UnloadScene ( string unloadSceneName ) : void | ||
unloadSceneName | string | |
return | void |
public static SceneManagerExample, Instance | ||
return | SceneManagerExample, |
public TextMesh,UnityEngine currentSceneTextMesh | ||
return |