NetworkTransport.ReceiveRelayEventFromHost

매뉴얼로 전환
public static Networking.NetworkEventType ReceiveRelayEventFromHost (int hostId, out byte error);

파라미터

hostIdThe host ID to check for events.
errorError (can be cast to NetworkError for more information).

반환

NetworkEventType Type of event returned.

설명

Polls the host for the following events: NetworkEventType.ConnectEvent and NetworkEventType.DisconnectEvent. Can only be called by the relay group owner.