Class MatchInfoSnapshot.MatchInfoDirectConnectSnapshot
Inheritance
MatchInfoSnapshot.MatchInfoDirectConnectSnapshot
Assembly: UnityEngine.dll
Syntax
public class MatchInfoDirectConnectSnapshot
Constructors
|
Improve this Doc
View Source
MatchInfoDirectConnectSnapshot()
Declaration
public MatchInfoDirectConnectSnapshot()
Properties
|
Improve this Doc
View Source
hostPriority
Declaration
public HostPriority hostPriority { get; }
Property Value
|
Improve this Doc
View Source
nodeId
Declaration
public NodeID nodeId { get; }
Property Value
|
Improve this Doc
View Source
privateAddress
Declaration
public string privateAddress { get; }
Property Value
|
Improve this Doc
View Source
publicAddress
Declaration
public string publicAddress { get; }
Property Value
Extension Methods