v1.0.0
2022.3+
Enum MatchmakerState
Represents the state of a matchmaking process.
Namespace: Unity.Services.Multiplayer
Syntax
public enum MatchmakerStateFields
| Name | Description | Value |
|---|---|---|
| None | No matchmaker state. | 0 |
| InProgress | Matchmaking is in progress. | 1 |
| Canceled | Matchmaking has been canceled. | 2 |
| MatchFailed | Matchmaking has failed. | 3 |
| MatchFound | Match has been found. | 4 |
| JoinFailed | Joining a match has failed. | 5 |
| Joined | Match has been joined. | 6 |