Class BufferedLinearInterpolatorFloat
Solves for incoming values that are jittered Partially solves for message loss. Unclamped lerping helps hide this, but not completely
Inherited Members
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public class BufferedLinearInterpolatorFloat : BufferedLinearInterpolator<float>
Remarks
This is a buffered linear interpolator for a float type value
Methods
| Name | Description |
|---|---|
| Interpolate(float, float, float) | Method to override and adapted to the generic type. This assumes interpolation for that value will be clamped. |
| InterpolateUnclamped(float, float, float) | Method to override and adapted to the generic type. This assumes interpolation for that value will not be clamped. |