Skip to content

Commit 8250d86

Browse files
committed
docs: update
1 parent 28b375e commit 8250d86

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/ScriptReference/Managers/JCS_SceneManager.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)