Photon Unity Networking v1.101

Static Public Member Functions | List of all members
UnityEngine.SceneManagement.SceneManager Class Reference

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)
 

Detailed Description

Minimal implementation of the SceneManager for older Unity, up to v5.2.

Member Function Documentation

◆ LoadScene() [1/2]

static void UnityEngine.SceneManagement.SceneManager.LoadScene ( int  buildIndex)
static

◆ LoadScene() [2/2]

static void UnityEngine.SceneManagement.SceneManager.LoadScene ( string  name)
static

◆ LoadSceneAsync() [1/2]

static AsyncOperation UnityEngine.SceneManagement.SceneManager.LoadSceneAsync ( int  buildIndex,
LoadSceneMode  mode = LoadSceneMode.Single 
)
static

◆ LoadSceneAsync() [2/2]

static AsyncOperation UnityEngine.SceneManagement.SceneManager.LoadSceneAsync ( string  name,
LoadSceneMode  mode = LoadSceneMode.Single 
)
static