File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
docs/ScriptReference/Managers Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ Better version of scene manager.
2020
2121## Functions
2222
23- | Name | Description |
24- | :---------------------| :----------------------------------------|
25- | LoadScene | Load the target scene. |
26- | ReloadScene | Reload the current scene. |
27- | LoadNextScene | Load the next scene. |
28- | NextSceneName | Return the next scene name. |
29- | GetSceneNameByOption | Return the scene name by their options. |
30- | IsSwitchingScene | Check is loading the scene or not. |
31- | GetAllScenes | Return a list of all scenes. |
23+ | Name | Description |
24+ | :---------------------------| :-------------------------------------------------------------------|
25+ | RegisterOverlaySceneLoaded | Register an event call after the targeted overlay scene is loaded. |
26+ | LoadScene | Load the target scene. |
27+ | ReloadScene | Reload the current scene. |
28+ | LoadNextScene | Load the next scene. |
29+ | NextSceneName | Return the next scene name. |
30+ | GetSceneNameByOption | Return the scene name by their options. |
31+ | IsSwitchingScene | Check is loading the scene or not. |
32+ | GetAllScenes | Return a list of all scenes. |
You can’t perform that action at this time.
0 commit comments