csharp
public readonly record struct SnapshotRecordOne 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 ObjectWhich networked object it is about.
public string TypeNameWhich component, or the empty string if the manifest does not know.
public bool IsDeltaWhether it was sent as a difference from an earlier capture.
public Tick CapturedAtThe tick the value it carries was read from the world at.
public Tick BaselineAtThe capture the difference was measured from, or Tick zero for a whole record.
public int BitsWhat the whole record cost, its header included.
Methods (2)
Used by (4)
- LocalMatchMultiplayer
- DiagnosticsTestsVixen.Net.Tests
- SnapshotContentsVixen.Net
- SnapshotInspectorVixen.Net