Skip to content

Commit

Permalink
docs: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 16, 2024
1 parent 84f5f4b commit 067c4cb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
11 changes: 6 additions & 5 deletions docs/ScriptReference/Enums/JCS_SwitchSceneType.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Type to switch the scene.

## Values

| Name | Description |
|:-------------|:-------------|
| NONE | Not specify |
| BLACK_SCREEN | Black screen |
| SLIDE_SCREEN | Slide screen |
| Name | Description |
|:-------------|:--------------------|
| NONE | Not specify |
| CUSTOM | Custom effect |
| BLACK_SCREEN | Black screen effect |
| SLIDE_SCREEN | Slide screen effect |
18 changes: 11 additions & 7 deletions docs/ScriptReference/Managers/JCS_SceneManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ Better version of scene manager.

## Variables

| 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) |
| Name | Description |
|:------------------|:--------------------------------------------------------|
| onSwitchSceneInit | Custom callback when initialize stage. |
| onSwitchSceneLoad | Custom callback when on load scene stage. |
| onSwitchSceneIn | Custom callback when completed the fade in transition. |
| onSwitchSceneOut | Custom callback when completed the fade out transition. |
| 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 067c4cb

Please sign in to comment.