Click or drag to resize

MovementInterpolatorPredict Method

Predict the position and velocity at the specified time

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public MovementSnapshot Predict(
	DateTime time
)

Parameters

time
Type: SystemDateTime
time in UTC to predict

Return Value

Type: MovementSnapshot
MovementSnapshot that has predicted position and velocity
See Also