NetworkTransport.QueueMessageForSending

切换到手册
public static bool QueueMessageForSending (int hostId, int connectionId, int channelId, byte[] buffer, int size, out byte error);

参数

hostId与此连接关联的主机 ID。
connectionId连接的 ID。
error错误(可以转换为 NetworkError 以便了解更多信息)。
channelId用于发送数据的通道 ID。
buffer包含要发送的数据的缓冲区。
size缓冲区的大小。

返回

bool 成功时为 true。

描述

函数在排队,但没有发送消息。