Ultimate Replay Scripting Reference
ReplayVariableInterpolateInt Method |
Default interpolator for int.
Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Object InterpolateInt( 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: ObjectThe interpolated int value
See Also