Class ConnectionSimulatorConfig
  
  
  
  
    Inheritance
    
    ConnectionSimulatorConfig
   
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    [Obsolete("The UNET transport will be removed in the future as soon a replacement is ready.")]
public class ConnectionSimulatorConfig : IDisposable
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ConnectionSimulatorConfig(Int32, Int32, Int32, Int32, Single)
  
  
  Declaration
  
    public ConnectionSimulatorConfig(int outMinDelay, int outAvgDelay, int inMinDelay, int inAvgDelay, float packetLossPercentage)
   
  Parameters
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Dispose()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Finalize()
  
  
  Declaration
  
    protected void Finalize()
   
  Implements
  
  Extension Methods