docs.unity3d.com
    Show / Hide Table of Contents

    Class BackfillTicket

    User-facing BackfillTicket model.

    Inheritance
    Object
    BackfillTicket
    Namespace: Unity.Services.Matchmaker.Models
    Syntax
    public class BackfillTicket

    Constructors

    BackfillTicket(String, String, Dictionary<String, Object>, BackfillTicketProperties)

    Creates an instance of BackfillTicket.

    Declaration
    public BackfillTicket(string id = null, string connection = null, Dictionary<string, object> attributes = null, BackfillTicketProperties properties = null)
    Parameters
    Type Name Description
    String id

    Backfill Ticket ID

    String connection

    Connection address (IPv4 string format, no port)

    Dictionary<String, Object> attributes

    Matchmaker ticket attributes

    BackfillTicketProperties properties

    Matchmaker properties (match info, players etc.)

    Properties

    Attributes

    Matchmaker ticket attributes

    Declaration
    public Dictionary<string, object> Attributes { get; set; }
    Property Value
    Type Description
    Dictionary<String, Object>

    Connection

    Connection address (IPv4 string format, no port)

    Declaration
    public string Connection { get; set; }
    Property Value
    Type Description
    String

    Id

    Backfill Ticket ID

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    String

    Properties

    Matchmaker properties (match info, players etc.)

    Declaration
    public BackfillTicketProperties Properties { get; set; }
    Property Value
    Type Description
    BackfillTicketProperties
    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