Version: 2017.2
public static Networking.NetworkEventType ReceiveFromHost (int hostId, out int connectionId, out int channelId, byte[] buffer, int bufferSize, out int receivedSize, out byte error);

파라미터

hostId The host ID to check for events.
connectionId The connection ID that received the event.
channelId The channel ID associated with the event.
buffer The buffer that will hold the data received.
bufferSize Size of the buffer supplied.
receivedSize The actual receive size of the data.
error Error (can be cast to NetworkError for more information).

반환

NetworkEventType Type of event returned.

설명

Similar to NetworkTransport.Receive but will only poll for the provided hostId.