Version: 2017.1
public void Send (Guid messageId, byte[] data, int playerId);
public void Send (Guid messageId, byte[] data);

パラメーター

messageId Type ID of the message to send to the Player(s).
playerId If set, the message will only send to the Player with this ID.

説明

Sends data to multiple or single Player(s).