NetworkTransport.QueueMessageForSending

Switch to Manual
public static bool QueueMessageForSending (int hostId, int connectionId, int channelId, byte[] buffer, int size, out byte error);

Parameters

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

Returns

bool 成功时为 true。

Description

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