@@ -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