Quantum 3 3.0.13

Public Attributes | List of all members
Quantum.QuantumStartUIConnectionBase.StartParameter Class Reference

The start parameters. More...

Public Attributes

string CharacterName
 Optionally the selected character name. More...
 
bool IsOnline
 The online start mode. More...
 
bool IsVisible
 Should the room to be created be visible to the public matchmaking or not. More...
 
Action< string > OnConnectionError
 A callback that is executed when the connection or game fails during runtime. More...
 
string PlayerName
 The player name. More...
 
string Region
 The explicit region to connect to, set to null to use the Best Region mode. More...
 
string RoomName
 The explicit room name to connect to or create. When null or empty random matchmaking will be used. More...
 

Detailed Description

The start parameters.

Member Data Documentation

◆ IsOnline

bool Quantum.QuantumStartUIConnectionBase.StartParameter.IsOnline

The online start mode.

◆ IsVisible

bool Quantum.QuantumStartUIConnectionBase.StartParameter.IsVisible

Should the room to be created be visible to the public matchmaking or not.

◆ Region

string Quantum.QuantumStartUIConnectionBase.StartParameter.Region

The explicit region to connect to, set to null to use the Best Region mode.

◆ PlayerName

string Quantum.QuantumStartUIConnectionBase.StartParameter.PlayerName

The player name.

◆ RoomName

string Quantum.QuantumStartUIConnectionBase.StartParameter.RoomName

The explicit room name to connect to or create. When null or empty random matchmaking will be used.

◆ CharacterName

string Quantum.QuantumStartUIConnectionBase.StartParameter.CharacterName

Optionally the selected character name.

◆ OnConnectionError

Action<string> Quantum.QuantumStartUIConnectionBase.StartParameter.OnConnectionError

A callback that is executed when the connection or game fails during runtime.