Version: 2017.1
public bool Send (short msgType, Networking.MessageBase msg);

参数

msgType 要发送的消息的 ID。
msg 要发送的消息。

返回

bool 如果消息已发送,则为 ture。

描述

此函数将在连接上发送带有消息 ID 的网络消息。此消息在通道 0 上发送,该通道默认为可靠通道。