Class MatchInfoSnapshot
Inheritance
MatchInfoSnapshot
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 MatchInfoSnapshot
Constructors
|
Improve this Doc
View Source
MatchInfoSnapshot()
Declaration
public MatchInfoSnapshot()
Properties
|
Improve this Doc
View Source
averageEloScore
Declaration
public int averageEloScore { get; }
Property Value
|
Improve this Doc
View Source
currentSize
Declaration
public int currentSize { get; }
Property Value
|
Improve this Doc
View Source
directConnectInfos
Declaration
public List<MatchInfoSnapshot.MatchInfoDirectConnectSnapshot> directConnectInfos { get; }
Property Value
|
Improve this Doc
View Source
hostNodeId
Declaration
public NodeID hostNodeId { get; }
Property Value
|
Improve this Doc
View Source
isPrivate
Declaration
public bool isPrivate { get; }
Property Value
|
Improve this Doc
View Source
matchAttributes
Declaration
public Dictionary<string, long> matchAttributes { get; }
Property Value
|
Improve this Doc
View Source
maxSize
Declaration
public int maxSize { get; }
Property Value
|
Improve this Doc
View Source
name
Declaration
public string name { get; }
Property Value
|
Improve this Doc
View Source
networkId
Declaration
public NetworkID networkId { get; }
Property Value
Extension Methods