Singleton class to manages scene transitions with fading effects.
More...
|
| void | LoadScene (string scene, float delay=0) |
| | Loads the specified scene with optional delay.
|
| |
| void | RestartScene (float delay=0) |
| | Restarts the current scene with optional delay.
|
| |
| void | StartScene () |
| | Starts the scene transition.
|
| |
Singleton class to manages scene transitions with fading effects.
◆ LoadScene()
| void SimplePoker.SceneController.TransitionSceneManager.LoadScene |
( |
string | scene, |
|
|
float | delay = 0 ) |
Loads the specified scene with optional delay.
- Parameters
-
| scene | The name of the scene to load. |
| delay | Optional delay before loading the scene. |
◆ RestartScene()
| void SimplePoker.SceneController.TransitionSceneManager.RestartScene |
( |
float | delay = 0 | ) |
|
Restarts the current scene with optional delay.
- Parameters
-
| delay | Optional delay before restarting the scene. |
◆ StartScene()
| void SimplePoker.SceneController.TransitionSceneManager.StartScene |
( |
| ) |
|
Starts the scene transition.
◆ OnFadeOutEnd
| EventHandler SimplePoker.SceneController.TransitionSceneManager.OnFadeOutEnd |
◆ OnFadeOutStart
| EventHandler SimplePoker.SceneController.TransitionSceneManager.OnFadeOutStart |
◆ OnFadingEnd
| EventHandler SimplePoker.SceneController.TransitionSceneManager.OnFadingEnd |
◆ OnFadingStart
| EventHandler SimplePoker.SceneController.TransitionSceneManager.OnFadingStart |
The documentation for this class was generated from the following file:
- C:/Users/USER/Documents/Github/Poker Offline AssetStore/Assets/Simple Poker Template/Scripts/Systems/Scene Controller/TransitionSceneManager.cs