public void OnReceivedBroadcast (string fromAddress, string data);

파라미터

fromAddressThe IP address of the server.
dataThe data broadcast by the server.

설명

This is a virtual function that can be implemented to handle broadcast messages when running as a client.