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.

Image showing the current bandwidth being used at the top right of a screen in a game.
Example of the BandwidthDisplay being used.

Settings

Default 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