Class BufferedLinearInterpolatorVector3
Inherited Members
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public class BufferedLinearInterpolatorVector3 : BufferedLinearInterpolator<Vector3>
Fields
Name | Description |
---|---|
IsSlerp | Use Slerp(Vector3, Vector3, float) when true. Use Lerp(Vector3, Vector3, float) when false |
Methods
Name | Description |
---|---|
Interpolate(Vector3, Vector3, float) | Method to override and adapted to the generic type. This assumes interpolation for that value will be clamped. |
InterpolateUnclamped(Vector3, Vector3, float) | Method to override and adapted to the generic type. This assumes interpolation for that value will not be clamped. |