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 public MovementSnapshot Predict(
DateTime time
)
Parameters
- time
- Type: SystemDateTime
time in UTC to predict
Return Value
Type:
MovementSnapshotMovementSnapshot that has predicted position and velocity
See Also