Click or drag to resize

StrixVehicleMovementSynchronizerApplyPredictionData Method

Error correction function. Overload this to implement your own error correction.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
protected virtual void ApplyPredictionData(
	StrixVehicleMovementSynchronizerPredictionData predictionData
)

Parameters

predictionData
Type: SoftGear.Strix.Unity.RuntimeStrixVehicleMovementSynchronizerPredictionData
See Also