Photon Unity Networking 2
2.52
Parameters for the matchmaking of JoinRandomRoom and JoinRandomOrCreateRoom. More...
Public Attributes | |
| Hashtable | ExpectedCustomRoomProperties |
| The custom room properties a room must have to fit. All key-values must be present to match. In SQL Lobby, use SqlLobbyFilter instead. More... | |
| int | ExpectedMaxPlayers |
| Filters by the MaxPlayers value of rooms. More... | |
| MatchmakingMode | MatchingType |
| The MatchmakingMode affects how rooms get filled. By default, the server fills rooms. More... | |
| TypedLobby | TypedLobby |
| The lobby in which to match. The type affects how filters are applied. More... | |
| string | SqlLobbyFilter |
| SQL query to filter room matches. For default-typed lobbies, use ExpectedCustomRoomProperties instead. More... | |
| string[] | ExpectedUsers |
| The expected users list blocks player slots for your friends or team mates to join the room, too. More... | |
| object | Ticket |
| Ticket for matchmaking. Provided by a plugin / server and contains a list of party members who should join the same room (among other things). More... | |
Parameters for the matchmaking of JoinRandomRoom and JoinRandomOrCreateRoom.
More about matchmaking: .
| Hashtable ExpectedCustomRoomProperties |
The custom room properties a room must have to fit. All key-values must be present to match. In SQL Lobby, use SqlLobbyFilter instead.
| int ExpectedMaxPlayers |
Filters by the MaxPlayers value of rooms.
| string [] ExpectedUsers |
The expected users list blocks player slots for your friends or team mates to join the room, too.
| MatchmakingMode MatchingType |
The MatchmakingMode affects how rooms get filled. By default, the server fills rooms.
| string SqlLobbyFilter |
SQL query to filter room matches. For default-typed lobbies, use ExpectedCustomRoomProperties instead.
| object Ticket |
Ticket for matchmaking. Provided by a plugin / server and contains a list of party members who should join the same room (among other things).
The lobby in which to match. The type affects how filters are applied.