Show / Hide Table of Contents

Class GlobalConfig

Inheritance
Object
GlobalConfig
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Networking
Assembly: UnityEngine.dll
Syntax
[Serializable]
[Obsolete("The UNET transport will be removed in the future as soon a replacement is ready.")]
public class GlobalConfig

Constructors

| Improve this Doc View Source

GlobalConfig()

Declaration
public GlobalConfig()

Properties

| Improve this Doc View Source

ConnectionReadyForSend

Declaration
public Action<int, int> ConnectionReadyForSend { get; set; }
Property Value
Type Description
Action<Int32, Int32>
| Improve this Doc View Source

MaxHosts

Declaration
public ushort MaxHosts { get; set; }
Property Value
Type Description
UInt16
| Improve this Doc View Source

MaxNetSimulatorTimeout

Declaration
public uint MaxNetSimulatorTimeout { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

MaxPacketSize

Declaration
public ushort MaxPacketSize { get; set; }
Property Value
Type Description
UInt16
| Improve this Doc View Source

MaxTimerTimeout

Declaration
public uint MaxTimerTimeout { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

MinNetSimulatorTimeout

Declaration
public uint MinNetSimulatorTimeout { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

MinTimerTimeout

Declaration
public uint MinTimerTimeout { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

NetworkEventAvailable

Declaration
public Action<int> NetworkEventAvailable { get; set; }
Property Value
Type Description
Action<Int32>
| Improve this Doc View Source

ReactorMaximumReceivedMessages

Declaration
public ushort ReactorMaximumReceivedMessages { get; set; }
Property Value
Type Description
UInt16
| Improve this Doc View Source

ReactorMaximumSentMessages

Declaration
public ushort ReactorMaximumSentMessages { get; set; }
Property Value
Type Description
UInt16
| Improve this Doc View Source

ReactorModel

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

ThreadAwakeTimeout

Declaration
public uint ThreadAwakeTimeout { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

ThreadPoolSize

Declaration
public byte ThreadPoolSize { get; set; }
Property Value
Type Description
Byte

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