Enum MatchmakerState
Represents the state of a matchmaking process.
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public enum MatchmakerState
Fields
Name | Description |
---|---|
Canceled | Matchmaking has been canceled. |
InProgress | Matchmaking is in progress. |
JoinFailed | Joining a match has failed. |
Joined | Match has been joined. |
MatchFailed | Matchmaking has failed. |
MatchFound | Match has been found. |
None | No matchmaker state. |