Vixen
02b45cc4
csharp
public readonly record struct SnapshotContents

What a snapshot turned out to contain.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • public Tick Tick

    The tick it describes.

  • public int Bits

    How big the whole thing was.

  • public IReadOnlyList<NetworkId> Removals

    Objects it told the receiver to drop.

  • public IReadOnlyList<SnapshotRecord> Records

    The values in it.

  • public bool Complete

    Whether it decoded to the end. False means the bytes were truncated or do not match this manifest, and what was found before that point is still returned.

Methods (1)

  • public SnapshotContents(Tick Tick, int Bits, IReadOnlyList<NetworkId> Removals, IReadOnlyList<SnapshotRecord> Records, bool Complete)

    What a snapshot turned out to contain.

Used by (4)

  • LocalMatchMultiplayer
  • DiagnosticsTestsVixen.Net.Tests
  • SnapshotInspectorVixen.Net
  • SnapshotInspectorTargetVixen.Net.Fuzz