Minimal implementation of the SceneManager for older Unity, up to v5.2. More...
Static Public Member Functions | |
static void | LoadScene (string name) |
static void | LoadScene (int buildIndex) |
static AsyncOperation | LoadSceneAsync (string name, LoadSceneMode mode=LoadSceneMode.Single) |
static AsyncOperation | LoadSceneAsync (int buildIndex, LoadSceneMode mode=LoadSceneMode.Single) |
Minimal implementation of the SceneManager for older Unity, up to v5.2.
|
static |
|
static |
|
static |
|
static |