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

パラメーター

messageIdThe type ID of the message to send to the connected Players.
playerIdThe ID of the Player that you want to sent this message to. If you want to send it to all Players, set this to 0.

説明

Sends data to the connected Players.