C# Class UnityEngine.Networking.HostTopologyInternal

Inheritance: IDisposable
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
HostTopologyInternal ( HostTopology topology ) : System

Private Methods

Method Description
AddSpecialConnectionConfig ( ConnectionConfigInternal config ) : int
AddSpecialConnectionConfigWrapper ( ConnectionConfigInternal config ) : int
Dispose ( ) : void
InitMessagePoolSizeGrowthFactor ( float factor ) : void
InitOtherParameters ( HostTopology topology ) : void
InitReceivedPoolSize ( ushort pool ) : void
InitSentMessagePoolSize ( ushort pool ) : void
InitWrapper ( ConnectionConfigInternal config, int maxDefaultConnections ) : void

Method Details

HostTopologyInternal() public method

public HostTopologyInternal ( HostTopology topology ) : System
topology HostTopology
return System