Photon Unity Networking: UnityEngine.SceneManagement.SceneManager Class Reference

Photon Unity Networking

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

static void UnityEngine.SceneManagement.SceneManager.LoadScene ( string  name)
static
static void UnityEngine.SceneManagement.SceneManager.LoadScene ( int  buildIndex)
static
static AsyncOperation UnityEngine.SceneManagement.SceneManager.LoadSceneAsync ( string  name,
LoadSceneMode  mode = LoadSceneMode.Single 
)
static
static AsyncOperation UnityEngine.SceneManagement.SceneManager.LoadSceneAsync ( int  buildIndex,
LoadSceneMode  mode = LoadSceneMode.Single 
)
static
Online Documentation  -  Dashboard  -  Support Forum Exit Games GmbH