Class DefaultTranslationSmoothingAction.DefaultStaticUserParams
The default value for the DefaultSmoothingActionUserParams if the no user data is passed to the function. Position is corrected if the prediction error is at least 1 unit (usually mt) and less than 10 unit (usually mt)
Inherited Members
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
public sealed class DefaultTranslationSmoothingAction.DefaultStaticUserParams
Fields
Name | Description |
---|---|
delta | If the prediction error is smaller than this value, the entity position is snapped to the new value. The default threshold is 1 units. |
maxDist | If the prediction error is larger than this value, the entity position is snapped to the new value. The default threshold is 10 units. |