Version: 2021.2
言語: 日本語

NetworkEventType

enumeration

マニュアルに切り替える

説明

Event that is returned when calling the Networking.NetworkTransport.Receive and Networking.NetworkTransport.ReceiveFromHost functions.

変数

DataEventData event received. Indicating that data was received.
ConnectEventConnection event received. Indicating that a new connection was established.
DisconnectEventDisconnection event received.
NothingNo new event was received.
BroadcastEventBroadcast discovery event received. To obtain sender connection info and possible complimentary message from them, call Networking.NetworkTransport.GetBroadcastConnectionInfo() and Networking.NetworkTransport.GetBroadcastConnectionMessage() functions.