|
Kanda Foundation 0.2.0
|
A service which provides a means for switching between standard scenes. More...
Inheritance diagram for IStandardSceneService:Public Member Functions | |
| Task | LoadLobbySceneAsync () |
| Loads the standard lobby scene. | |
| Task | LoadSessionSceneAsync () |
| Loads the standard session scene. | |
Properties | |
| bool | IsCurrentlyInLobby [get] |
| True if the current scene is the standard lobby scene. | |
| bool | IsCurrentlyInSession [get] |
| True if the current scene is the standard session scene. | |
A service which provides a means for switching between standard scenes.
| Task LoadLobbySceneAsync | ( | ) |
Loads the standard lobby scene.
Implemented in StandardSceneService.
| Task LoadSessionSceneAsync | ( | ) |
Loads the standard session scene.
Implemented in StandardSceneService.
|
get |
True if the current scene is the standard lobby scene.
Implemented in StandardSceneService.
|
get |
True if the current scene is the standard session scene.
Implemented in StandardSceneService.