Class MatchmakerTicketAttribute
Helper class to store a serialized key-value Ticket attributes in the Matchmaker Widget.
Inherited Members
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 |