Class GlobalConfig
  
  
  
  
  
  
  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
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ConnectionReadyForSend
  
  
  Declaration
  
    public Action<int, int> ConnectionReadyForSend { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MaxHosts
  
  
  Declaration
  
    public ushort MaxHosts { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MaxNetSimulatorTimeout
  
  
  Declaration
  
    public uint MaxNetSimulatorTimeout { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MaxPacketSize
  
  
  Declaration
  
    public ushort MaxPacketSize { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MaxTimerTimeout
  
  
  Declaration
  
    public uint MaxTimerTimeout { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MinNetSimulatorTimeout
  
  
  Declaration
  
    public uint MinNetSimulatorTimeout { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MinTimerTimeout
  
  
  Declaration
  
    public uint MinTimerTimeout { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NetworkEventAvailable
  
  
  Declaration
  
    public Action<int> NetworkEventAvailable { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReactorMaximumReceivedMessages
  
  
  Declaration
  
    public ushort ReactorMaximumReceivedMessages { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReactorMaximumSentMessages
  
  
  Declaration
  
    public ushort ReactorMaximumSentMessages { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReactorModel
  
  
  Declaration
  
    public ReactorModel ReactorModel { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ThreadAwakeTimeout
  
  
  Declaration
  
    public uint ThreadAwakeTimeout { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ThreadPoolSize
  
  
  Declaration
  
    public byte ThreadPoolSize { get; set; }
   
  Property Value
  
  Extension Methods