Kanda Foundation 0.2.0
Loading...
Searching...
No Matches
IStandardSceneService Interface Reference

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.
 

Detailed Description

A service which provides a means for switching between standard scenes.

Member Function Documentation

◆ LoadLobbySceneAsync()

Task LoadLobbySceneAsync ( )

Loads the standard lobby scene.

Implemented in StandardSceneService.

◆ LoadSessionSceneAsync()

Task LoadSessionSceneAsync ( )

Loads the standard session scene.

Implemented in StandardSceneService.

Property Documentation

◆ IsCurrentlyInLobby

bool IsCurrentlyInLobby
get

True if the current scene is the standard lobby scene.

Implemented in StandardSceneService.

◆ IsCurrentlyInSession

bool IsCurrentlyInSession
get

True if the current scene is the standard session scene.

Implemented in StandardSceneService.


The documentation for this interface was generated from the following file: