docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MatchmakerTicketAttribute

    Helper class to store a serialized key-value Ticket attributes in the Matchmaker Widget.

    Inheritance
    object
    MatchmakerTicketAttribute
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Multiplayer.Widgets
    Assembly: Unity.Multiplayer.Widgets.Session.dll
    Syntax
    [Serializable]
    public class MatchmakerTicketAttribute

    Fields

    Key

    Key of the Ticket attribute.

    Declaration
    public string Key
    Field Value
    Type Description
    string

    Value

    Value of the Ticket attribute.

    Declaration
    public string Value
    Field Value
    Type Description
    string
    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)