csharp
public readonly record struct SnapshotContentsWhat 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 TickThe tick it describes.
public int BitsHow big the whole thing was.
public IReadOnlyList<NetworkId> RemovalsObjects it told the receiver to drop.
public IReadOnlyList<SnapshotRecord> RecordsThe values in it.
public bool CompleteWhether 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