Version: 2017.1

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。

描述

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