UnityEngine.Networking.ChannelQOS.ChannelQOS C# (CSharp) Method

ChannelQOS() public method

UnderlyingModel.MemDoc.MemDocModel.

public ChannelQOS ( ) : System
return System
        public ChannelQOS()
        {
            this.m_Type = QosType.Unreliable;
        }

Same methods

ChannelQOS::ChannelQOS ( ChannelQOS channel ) : System
ChannelQOS::ChannelQOS ( QosType value ) : System
ChannelQOS