terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UnityEngine.SceneManagement.SceneManager Class Reference

Static Public Member Functions

static void LoadScene (string sceneName)
 
static Scene LoadScene (string sceneName, LoadSceneParameters parameters)
 
static Scene GetSceneAt (int index)
 

Static Package Functions

static AsyncOperation LoadFirstScene_Internal (bool async)
 

Static Package Attributes

static bool s_AllowLoadScene
 

Properties

static UnityAction< Scene, LoadSceneModesceneLoaded
 
static int sceneCount [get]
 

Static Private Member Functions

static void Internal_SceneLoaded (Scene scene, LoadSceneMode mode)
 
static void Internal_SceneUnloaded (Scene scene)
 
static void Internal_ActiveSceneChanged (Scene previousActiveScene, Scene newActiveScene)
 
static AsyncOperation LoadSceneAsyncNameIndexInternal (string sceneName, int sceneBuildIndex, LoadSceneParameters parameters, bool mustCompleteNextFrame)
 
static SceneManager ()
 
static void GetSceneAt_Injected (int index, [Out] Scene ret)
 

Static Private Attributes

static UnityAction< ScenesceneUnloaded
 
static UnityAction< Scene, SceneactiveSceneChanged
 

Detailed Description

Definition at line 15 of file SceneManager.cs.


The documentation for this class was generated from the following file: