Enum ENetConnection.HostStatistic
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum ENetConnection.HostStatistic : long
Fields
ReceivedData = 2Total data received.
ReceivedPackets = 3Total UDP packets received.
SentData = 0Total data sent.
SentPackets = 1Total UDP packets sent.