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 returned from UMatch.CreateMatch() and UMatch.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,. |
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 | Flag to say if the math uses a relay server. |