Vixen
dd8b0a81
csharp
public readonly record struct BandwidthEntry

What one thing cost.

Read the guide page for this →

Fields and properties (5)

  • public string Name

    What it is.

  • public long Bits

    How many bits went on it.

  • public long Count

    How many times it was sent.

  • public double Bytes

    The cost in bytes, which is what a bandwidth budget is written in.

  • public double MeanBits

    The mean cost of one of these, in bits.

Methods (2)

  • public BandwidthEntry(string Name, long Bits, long Count)

    What one thing cost.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (5)

  • LocalMatchMultiplayer
  • BandwidthLedgerVixen.Net
  • DiagnosticsTestsVixen.Net.Tests
  • NetworkTableVixen.Editor.Debugger
  • NetworkViewVixen.Editor.Debugger