Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.Networking.Match
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseDetails about a UNET MatchMaker match.
This is a data object that represents the data returned from NetworkMatch.CreateMatch and NetworkMatch.JoinMatch.
accessToken | The binary access token this client uses to authenticate its session for future commands. |
address | IP address of the host of the match,. |
domain | The numeric domain for the match. |
networkId | The unique ID of this match. |
nodeId | NodeID for this member client in the match. |
port | Port of the host of the match. |
usingRelay | This flag indicates whether or not the match is using a Relay server. |