NetworkServer.SendByChannelToAll

Switch to Manual
public static bool SendByChannelToAll (short msgType, Networking.MessageBase msg, int channelId);

Parameters

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

Returns

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

Description

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