csharp
public record class SnapshotBufferOptionsHow 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 MaxExtrapolationTicksHow far past the newest sample motion may be guessed at before it is held instead.
public float SnapDistanceHow 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