Enum InterpolationMode
- Namespace
- Stride.BepuPhysics.Definitions
- Assembly
- Stride.BepuPhysics.dll
public enum InterpolationModeFields
- Extrapolated = 2
- The body will move from the current physics pose to a predicted one, reducing the latency but introducing imprecise or jerky motion when the pose changes significantly 
- Interpolated = 1
- The body will move from the previous physics pose to the current physics pose, introducing one physics update of latency but should be very smooth 
- None = 0
- No interpolation, the body will be moved on every physics update and left alone during normal updates