Skip to content

Commit 6077581

Browse files
committed
Docs: update
1 parent 32f59fb commit 6077581

File tree

2 files changed

+13
-21
lines changed

2 files changed

+13
-21
lines changed

docs/ScriptReference/Events/System/JCS_AdditiveSceneLoadEvent.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/ScriptReference/Managers/JCS_SceneManager.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ Better version of scene manager.
44

55
## Variables
66

7-
| Name | Description |
8-
|:------------------|:--------------------------------------------------------|
9-
| onSwitchSceneInit | Custom callback when initialize stage. |
10-
| onSwitchSceneLoad | Custom callback when on load scene stage. |
11-
| onSwitchSceneIn | Custom callback when completed the fade in transition. |
12-
| onSwitchSceneOut | Custom callback when completed the fade out transition. |
13-
| mSwitchSceneType | Type/Method to switch the scene. |
14-
| mAlign | Which direction to fade slide. |
15-
| mOverrideSetting | Do this scene using the specific setting. |
16-
| mSceneFadeInTime | Fade in time. (For this scene) |
17-
| mSceneFadeOutTime | Fade out time. (For this scene) |
7+
| Name | Description |
8+
|:-------------------|:--------------------------------------------------------|
9+
| onSwitchSceneInit | Custom callback when initialize stage. |
10+
| onSwitchSceneLoad | Custom callback when on load scene stage. |
11+
| onSwitchSceneIn | Custom callback when completed the fade in transition. |
12+
| onSwitchSceneOut | Custom callback when completed the fade out transition. |
13+
| mSwitchSceneType | Type/Method to switch the scene. |
14+
| mOverlaySceneNames | A list of addictive scene to load. |
15+
| mOverlayUseAsync | Load additive overlay scenes asynchronously. |
16+
| mAlign | Which direction to fade slide. |
17+
| mOverrideSetting | Do this scene using the specific setting. |
18+
| mSceneFadeInTime | Fade in time. (For this scene) |
19+
| mSceneFadeOutTime | Fade out time. (For this scene) |
1820

1921
## Functions
2022

0 commit comments

Comments
 (0)