docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchmakingResults

    Represents the data that is stored by the Matchmaker service when the server is allocated

    Inheritance
    Object
    MatchmakingResults
    Namespace: Unity.Services.Matchmaker.Models
    Syntax
    [Preserve]
    public class MatchmakingResults

    Constructors

    MatchmakingResults(MatchProperties, String, String, String, String, String, String, String)

    Represents the data that is stored by the Matchmaker service when the server is allocated

    Declaration
    [Preserve]
    public MatchmakingResults(MatchProperties matchProperties = null, string generatorName = null, string queueName = null, string poolName = null, string environmentId = null, string backfillTicketId = null, string matchId = null, string poolId = null)
    Parameters
    Type Name Description
    MatchProperties matchProperties

    matchProperties param

    String generatorName

    generatorName param

    String queueName

    Matchmaking queue that allocated the server.

    String poolName

    Matchmaking pool that allocated the server.

    String environmentId

    Unity Gaming Services Project Environment ID.

    String backfillTicketId

    The unique ID of the backfill ticket.

    String matchId

    Unique ID of the match,

    String poolId

    The ID of pool that the match is in.

    Properties

    BackfillTicketId

    The unique ID of the backfill ticket.

    Declaration
    [Preserve]
    public string BackfillTicketId { get; }
    Property Value
    Type Description
    String

    EnvironmentId

    Unity Gaming Services Project Environment ID.

    Declaration
    [Preserve]
    public string EnvironmentId { get; }
    Property Value
    Type Description
    String

    GeneratorName

    Parameter generatorName of MatchmakingResults

    Declaration
    [Preserve]
    public string GeneratorName { get; }
    Property Value
    Type Description
    String

    MatchId

    Unique ID of the match,

    Declaration
    [Preserve]
    public string MatchId { get; }
    Property Value
    Type Description
    String

    MatchProperties

    Parameter matchProperties of MatchmakingResults

    Declaration
    [Preserve]
    public MatchProperties MatchProperties { get; }
    Property Value
    Type Description
    MatchProperties

    PoolId

    The ID of pool that the match is in.

    Declaration
    [Preserve]
    public string PoolId { get; }
    Property Value
    Type Description
    String

    PoolName

    Matchmaking pool that allocated the server.

    Declaration
    [Preserve]
    public string PoolName { get; }
    Property Value
    Type Description
    String

    QueueName

    Matchmaking queue that allocated the server.

    Declaration
    [Preserve]
    public string QueueName { get; }
    Property Value
    Type Description
    String
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023