Class MatchInfo
Assembly: UnityEngine.dll
Syntax
[Obsolete("The matchmaker and relay feature will be removed in the future, minimal support will continue until this can be safely done.")]
public class MatchInfo
Constructors
|
Improve this Doc
View Source
MatchInfo()
Declaration
Properties
|
Improve this Doc
View Source
accessToken
Declaration
public NetworkAccessToken accessToken { get; }
Property Value
|
Improve this Doc
View Source
address
Declaration
public string address { get; }
Property Value
|
Improve this Doc
View Source
domain
Declaration
public int domain { get; }
Property Value
|
Improve this Doc
View Source
networkId
Declaration
public NetworkID networkId { get; }
Property Value
|
Improve this Doc
View Source
nodeId
Declaration
public NodeID nodeId { get; }
Property Value
|
Improve this Doc
View Source
port
Declaration
Property Value
|
Improve this Doc
View Source
usingRelay
Declaration
public bool usingRelay { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods