|
Kanda Foundation 0.2.0
|
Inheritance diagram for AppLifecycleService:Public Member Functions | |||
| AppLifecycleService (IStandardSceneService standardSceneService, IEntityWorldService entityWorldService, IPlatformInfoService platformInfoService, IPlatformSettings platformSettings, IConnectionSettings connectionSettings, IUnityServicesSettings unityServicesSettings, ILocalPlayerInfoService localPlayerInfoService, ICloudClient cloudClient, IConnectionService connectionService) | |||
| async Task< AppLifecycleResult > | StartOfflineSession () | ||
| Instructs the application to start an offline session. | |||
| async Task< AppLifecycleResult > | StartServerHostedSession () | ||
| Instructs the app to start a server-hosted session. This will be handled differently depending on whether the current platform is a client or a server. | |||
| async Task< HostLanSessionResult > | HostLanSession () | ||
| Instructs application to start a self-hosted LAN session. | |||
| async Task< AppLifecycleResult > | JoinLanSession (string hostIp) | ||
Instructs application to join a LAN session hosted by someone else.
| |||
| async Task< AppLifecycleResult > | GoToLobby () | ||
Instructs application to go to the Lobby.
| |||
Properties | |
| IStandardSceneService | StandardScenes [get] |
Properties inherited from IAppLifecycleService | |
|
inline |
Instructs application to go to the Lobby.
Implements IAppLifecycleService.
|
inline |
Instructs application to start a self-hosted LAN session.
Implements IAppLifecycleService.
|
inline |
Instructs application to join a LAN session hosted by someone else.
| hostIp | The local network IP of the host. |
Implements IAppLifecycleService.
|
inline |
Instructs the application to start an offline session.
Implements IAppLifecycleService.
|
inline |
Instructs the app to start a server-hosted session. This will be handled differently depending on whether the current platform is a client or a server.
Implements IAppLifecycleService.
|
get |
Implements IAppLifecycleService.