Vixen
dd8b0a81
csharp
public readonly record struct SnapshotRecord

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

Read the guide page for this →

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 (6)

  • LocalMatchMultiplayer
  • DiagnosticsTestsVixen.Net.Tests
  • SnapshotContentsVixen.Net
  • SnapshotInspectorVixen.Net
  • NetworkViewVixen.Editor.Debugger
  • PacketRowVixen.Editor.Debugger