Namespace Unity.Services.Multiplayer
Classes
CreateSessionOptions
Session Creation Options
JoinSessionOptions
Session Join Options
LobbySessionInfo
MatchOptions
MultiplayerService
The entry class of the Multiplayer SDK and session system.
Player
Information about a specific member creating, joining, or already in a Session.
PlayerProperty
QuerySessionsOptions
A Generic class for creating options for querying sessions.
QuerySessionsResults
QuickJoinSessionOptions
Quick Join Session Options
SessionException
The exception for session operations
SessionProperty
SortOptions
Options representing how to sort the results of a session query.
Interfaces
IHostSession
IMultiplayerService
Facade for session browsing, session management and matchmaking.
IPlayer
IReadOnlyPlayer
ISession
ISessionInfo
ISessionInfo represents information about a session.
ISessionMatchmaking
IValueProperty
IVisibilityProperty
Enums
MatchmakerState
SessionError
The type of error related to sessions
SessionEventConnectionState
An enum describing the current state of a Session Event subscription's connection status.
SessionState
SortField
Supported fields to sort results by.
SortOrder
Order in which results will be sorted.
VisibilityPropertyOptions
Indicates for whom the property should be visible. If public
, the property will be visible to everyone and will be included in query results. If member
, the data will only be visible to users who are members of the Session (i.e. those who have successfully joined). If private
, the metadata will only be visible to the Session member.