Vixen
02b45cc4
csharp
public readonly record struct SnapshotRecord

One record inside a snapshot, as the inspector found it.

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

Fields and properties (6)

  • public NetworkId Object

    Which networked object it is about.

  • public string TypeName

    Which component, or the empty string if the manifest does not know.

  • public bool IsDelta

    Whether it was sent as a difference from an earlier capture.

  • public Tick CapturedAt

    The tick the value it carries was read from the world at.

  • public Tick BaselineAt

    The capture the difference was measured from, or Tick zero for a whole record.

  • public int Bits

    What the whole record cost, its header included.

Methods (2)

  • public SnapshotRecord(NetworkId Object, string TypeName, bool IsDelta, Tick CapturedAt, Tick BaselineAt, int Bits)

    One record inside a snapshot, as the inspector found it.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (4)

  • LocalMatchMultiplayer
  • DiagnosticsTestsVixen.Net.Tests
  • SnapshotContentsVixen.Net
  • SnapshotInspectorVixen.Net