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