Holds information about the Game Session More...
Public Member Functions | |
override string | ToString () |
String representation of a SessionInfo More... | |
bool | UpdateCustomProperties (Dictionary< string, SessionProperty > customProperties) |
Update or change the Custom Properties of the current joined Room More... | |
Static Public Member Functions | |
static implicit | operator bool (SessionInfo sessionInfo) |
Check if the SessionInfo reference is not Null and is Valid. More... | |
Properties | |
bool?? | IsOpen [get, set] |
Signal if the current connected Room is open More... | |
bool | IsValid [get] |
Flag to signal if the SessionInfo is ready for use More... | |
bool?? | IsVisible [get, set] |
Signal if the current connected Room is visible More... | |
int | MaxPlayers [get] |
Max number of peer that can join this Session, this value always include an extra slot for the Server/Host More... | |
string | Name [get] |
Stores the current Room Name More... | |
int | PlayerCount [get] |
Current number of peers inside this Session, this includes the Server/Host and Clients More... | |
ReadOnlyDictionary< string, SessionProperty > | Properties [get] |
Room Custom Properties More... | |
string | Region [get] |
Stores the current connected Region More... | |
Holds information about the Game Session
|
static |
Check if the SessionInfo reference is not Null and is Valid.
sessionInfo | Session Info |
override string ToString | ( | ) |
String representation of a SessionInfo
bool UpdateCustomProperties | ( | Dictionary< string, SessionProperty > | customProperties | ) |
Update or change the Custom Properties of the current joined Room
customProperties | New custom properties |
|
getset |
Signal if the current connected Room is open
|
get |
Flag to signal if the SessionInfo is ready for use
|
getset |
Signal if the current connected Room is visible
|
get |
Max number of peer that can join this Session, this value always include an extra slot for the Server/Host
|
get |
Stores the current Room Name
|
get |
Current number of peers inside this Session, this includes the Server/Host and Clients
|
get |
Room Custom Properties
|
get |
Stores the current connected Region