docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MatchmakerExtensions

    Extension methods of an ISession that can be used when using the Matchmaker service.

    Inheritance
    object
    MatchmakerExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Multiplayer
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    public static class MatchmakerExtensions

    Methods

    GetMatchmakingResults(ISession)

    Returns the matchmaking results of the session. The session has to be created through matchmaking and the Matchmaker service.

    Declaration
    public static StoredMatchmakingResults GetMatchmakingResults(this ISession session)
    Parameters
    Type Name Description
    ISession session

    The session to fetch the matchmaking results from.

    Returns
    Type Description
    StoredMatchmakingResults

    The matchmaking results.

    In This Article
    • Methods
      • GetMatchmakingResults(ISession)
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)