UnityEngine.Networking.ULocalConnectionToServer.Send C# (CSharp) Method

Send() public method

public Send ( short msgType, MessageBase msg ) : bool
msgType short
msg MessageBase
return bool
        public override bool Send(short msgType, MessageBase msg)
        {
            return this.m_LocalServer.InvokeHandlerOnServer(this, msgType, msg, 0);
        }