Ultimate Replay Scripting Reference
ReplayVariableInterpolate Method |
Attempts to interpolate the ReplayVariable value using the values from the last and next frame.
Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Interpolate( float delta )
Parameters
- delta
- Type: SystemSingle
The normalized delta representing the progression from the last frame to the next frame
See Also