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