C# Class UnityEngine.Networking.ChannelQOS

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

Public Methods

Method Description
ChannelQOS ( ) : System

UnderlyingModel.MemDoc.MemDocModel.

ChannelQOS ( ChannelQOS channel ) : System

UnderlyingModel.MemDoc.MemDocModel.

ChannelQOS ( QosType value ) : System

UnderlyingModel.MemDoc.MemDocModel.

Method Details

ChannelQOS() public method

UnderlyingModel.MemDoc.MemDocModel.

public ChannelQOS ( ) : System
return System

ChannelQOS() public method

UnderlyingModel.MemDoc.MemDocModel.

public ChannelQOS ( ChannelQOS channel ) : System
channel ChannelQOS Copy constructor.
return System

ChannelQOS() public method

UnderlyingModel.MemDoc.MemDocModel.

public ChannelQOS ( QosType value ) : System
value QosType Requested type of quality of service (default Unreliable).
return System