Click or drag to resize

MovementInterpolatorMove Method

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public MovementInterpolatorInterpolatedMovement Move(
	Movement currentMovement,
	float dt
)

Parameters

currentMovement
Type: SoftGear.Strix.Client.Ingame.InterpolationMovement
dt
Type: SystemSingle

Return Value

Type: MovementInterpolatorInterpolatedMovement
See Also