Kanda Foundation 0.2.0
Loading...
Searching...
No Matches
LocalPlayerInfoService Class Reference

More...

+ Inheritance diagram for LocalPlayerInfoService:

Public Member Functions

void SetName (string name)
 Updates the name of the local player.
 
void SetSelectedRoomId (string roomId)
 Updates the selected room ID for the local player. This is set after selecting a session.
 
void SetSelectedContentScene (ContentSceneMetadata contentScene)
 Updates the selected content scene for the local player. This is set after selecting a session.
 

Properties

string Name [get]
 The name of the local player.
 
string SelectedRoomId [get]
 The ID of the room which the user wishes to join.
 
ContentSceneMetadata SelectedContentScene [get]
 Metadata about the content scene that the user wishes to enter.
 
- Properties inherited from ILocalPlayerInfoService

Detailed Description

Member Function Documentation

◆ SetName()

void SetName ( string name)
inline

Updates the name of the local player.

Implements ILocalPlayerInfoService.

◆ SetSelectedContentScene()

void SetSelectedContentScene ( ContentSceneMetadata contentScene)
inline

Updates the selected content scene for the local player. This is set after selecting a session.

Implements ILocalPlayerInfoService.

◆ SetSelectedRoomId()

void SetSelectedRoomId ( string roomId)
inline

Updates the selected room ID for the local player. This is set after selecting a session.

Implements ILocalPlayerInfoService.

Property Documentation

◆ Name

string Name
get

The name of the local player.

Implements ILocalPlayerInfoService.

◆ SelectedContentScene

ContentSceneMetadata SelectedContentScene
get

Metadata about the content scene that the user wishes to enter.

Implements ILocalPlayerInfoService.

◆ SelectedRoomId

string SelectedRoomId
get

The ID of the room which the user wishes to join.

Implements ILocalPlayerInfoService.


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