public bool TrySend (Guid messageId, byte[] data);

Parámetros

messageIdThe type ID of the message that is sent to the Editor.

Valor de retorno

bool Returns true when the Player sends data successfully, and false when there is no space in the socket ring buffer or sending fails.

Descripción

Attempt to sends data to the Editor.