Esempio n. 1
0
 private static bool UnloadSceneInternal(Scene scene, UnloadSceneOptions options)
 {
     return(SceneManager.UnloadSceneInternal_Injected(ref scene, options));
 }