Show / Hide Table of Contents

Class MatchInfoSnapshot

Inheritance
Object
MatchInfoSnapshot
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Networking.Match
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
Type Description
Int32
| Improve this Doc View Source

currentSize

Declaration
public int currentSize { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

directConnectInfos

Declaration
public List<MatchInfoSnapshot.MatchInfoDirectConnectSnapshot> directConnectInfos { get; }
Property Value
Type Description
List<MatchInfoSnapshot.MatchInfoDirectConnectSnapshot>
| Improve this Doc View Source

hostNodeId

Declaration
public NodeID hostNodeId { get; }
Property Value
Type Description
NodeID
| Improve this Doc View Source

isPrivate

Declaration
public bool isPrivate { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

matchAttributes

Declaration
public Dictionary<string, long> matchAttributes { get; }
Property Value
Type Description
Dictionary<String, Int64>
| Improve this Doc View Source

maxSize

Declaration
public int maxSize { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

name

Declaration
public string name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

networkId

Declaration
public NetworkID networkId { get; }
Property Value
Type Description
NetworkID

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX