Version: 2017.1
public void OnReceivedBroadcast (string fromAddress, string data);

파라미터

fromAddress The IP address of the server.
data The data broadcast by the server.

설명

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