public void OnReceivedBroadcast (string fromAddress, string data);

参数

fromAddress服务器的 IP 地址。
data服务器广播的数据。

描述

这是一个虚拟函数,可以在作为服务器运行时用于处理广播消息。