ReplayVariable.InterpolateFloat Method

Ultimate Replay

ReplayVariableInterpolateFloat Method
Default interpolator for float.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Object InterpolateFloat(
	Object last,
	Object next,
	float delta
)

Parameters

last
Type: SystemObject
Last value
next
Type: SystemObject
Next value
delta
Type: SystemSingle
Interpolation delta

Return Value

Type: Object
The interpolated float value
See Also