Skip to content

Commit 65434f1

Browse files
committed
docs: Update scene manager API
1 parent d35e761 commit 65434f1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/ScriptReference/Managers/JCS_SceneManager.md

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

55
## Variables
66

7-
| Name | Description |
8-
|:----------------------------|:----------------------------------------------|
9-
| mSwitchSceneType | Type/Method to switch the scene. |
10-
| mPauseGameWhileLoadingScene | Pause the game while the scene start to load. |
11-
| mAlign | Which direction to fade slide. |
12-
| mOverrideSetting | Do this scene using the specific setting. |
13-
| mSceneFadeInTime | Fade in time. (For this scene) |
14-
| mSceneFadeOutTime | Fade out time. (For this scene) |
7+
| Name | Description |
8+
|:------------------|:------------------------------------------|
9+
| mSwitchSceneType | Type/Method to switch the scene. |
10+
| mAlign | Which direction to fade slide. |
11+
| mOverrideSetting | Do this scene using the specific setting. |
12+
| mSceneFadeInTime | Fade in time. (For this scene) |
13+
| mSceneFadeOutTime | Fade out time. (For this scene) |
1514

1615
## Functions
1716

0 commit comments

Comments
 (0)