Version: 2017.3
public bool InvokeHandler (short msgType, Networking.NetworkReader reader, int channelId);
public bool InvokeHandler (Networking.NetworkMessage netMsg);

参数

msgType 要使用的处理程序的消息类型。
reader 要从中读取消息内容的流。
channelId 接收消息的通道。
netMsg 要处理的消息对象。

返回

bool 如果发现并调用了处理程序函数,则为 true。

描述

此函数调用消息的已注册处理程序函数。

NetworkClient 和 NetworkServer 使用的网络连接使用此函数来处理网络消息。