Vixen
02b45cc4
csharp
public record class SnapshotBufferOptions

How a buffer behaves when it runs out of what it needs.

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

Fields and properties (2)

  • public int MaxExtrapolationTicks

    How far past the newest sample motion may be guessed at before it is held instead.

  • public float SnapDistance

    How far apart two consecutive samples have to be before the object is taken to have teleported rather than moved.

Used by (2)

  • MotionTestsVixen.Net.Tests
  • SnapshotBufferVixen.Net