Enum NetworkEvent.Type
The different types of events that can be returned for a connection.
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public enum NetworkEvent.Type : short
Fields
Name | Description |
---|---|
Connect | The connection is now established. |
Data | Data was received on the connection. |
Disconnect | The connection is now closed. |
Empty | No event actually occured. Should be ignored. |