BandwidthDisplay
The BandwidthDisplay component is a simple development GUI to show the bandwidth ingress and egress.
Description
Using this component in combination with the Statistics Manager will show bandwidth being used by Fish-Networking.

Settings

⚙️ Color
This is which color to display results as.
⚙️ Placement
The Placement is in what part of the screen to display results.
⚙️ Seconds Averaged
This is for the number of seconds used to gather data. Lower values will show more up to date usage per second while higher values provide a better over-all estimate.
⚙️ Show Outgoing
When enabled, this will display the bandwidth used from data being sent. This can be changed at runtime with the
SetShowOutgoing
method.
⚙️ Show Incoming
When enabled, this will display the bandwidth used from data being received. This can be changed at runtime with the
SetShowIncoming
method.
Last updated