NetworkServer.SendByChannelToAll

切换到手册
public static bool SendByChannelToAll (short msgType, Networking.MessageBase msg, int channelId);

参数

msgType消息 ID。
msg要发送的消息。
channelId要使用的传输层通道。

返回

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

描述

将网络消息发送到指定传输层 QoS 通道上所有连接的客户端。