Interface ISessionMatchmaking
Assembly: Unity.Services.Multiplayer.dll
Syntax
public interface ISessionMatchmaking
Properties
State
Declaration
MatchmakerState State { get; }
Property Value
TicketId
Declaration
Property Value
Methods
CancelAsync()
Declaration
Returns
JoinAsync()
Declaration
Task<ISession> JoinAsync()
Returns
Events
MatchFailed
Declaration
Event Type
MatchFound
Declaration
Event Type
MatchJoinFailed
Declaration
event Action MatchJoinFailed
Event Type
MatchJoined
Declaration
event Action<ISession> MatchJoined
Event Type
StateChanged
Declaration
event Action<MatchmakerState> StateChanged
Event Type