docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BackfillTicketProperties

    This object has to be encoded in base64.

    Inheritance
    object
    BackfillTicketProperties
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Matchmaker.Models
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    [Preserve]
    [DataContract(Name = "BackfillTicketProperties")]
    public class BackfillTicketProperties

    Constructors

    BackfillTicketProperties(MatchProperties)

    This object has to be encoded in base64.

    Declaration
    [Preserve]
    public BackfillTicketProperties(MatchProperties matchProperties = null)
    Parameters
    Type Name Description
    MatchProperties matchProperties

    matchProperties param

    Properties

    MatchProperties

    Parameter matchProperties of BackfillTicketProperties

    Declaration
    [Preserve]
    [DataMember(Name = "matchProperties", EmitDefaultValue = false)]
    public MatchProperties MatchProperties { get; }
    Property Value
    Type Description
    MatchProperties
    In This Article
    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)