Skip to content

Commit

Permalink
docs: Update scene manager API
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jul 30, 2023
1 parent d35e761 commit 65434f1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/ScriptReference/Managers/JCS_SceneManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ Better version of scene manager.

## Variables

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

## Functions

Expand Down

0 comments on commit 65434f1

Please sign in to comment.