Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkEventType

enumeration

Description

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

Properties

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 NetworkTransport.GetBroadcastConnectionInfo() and NetworkTransport.GetBroadcastConnectionMessage() functions.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答