Show / Hide Table of Contents

Class MatchInfoSnapshot.MatchInfoDirectConnectSnapshot

Inheritance
Object
MatchInfoSnapshot.MatchInfoDirectConnectSnapshot
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
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
Type Description
HostPriority
| Improve this Doc View Source

nodeId

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

privateAddress

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

publicAddress

Declaration
public string publicAddress { get; }
Property Value
Type Description
String

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