Ultimate Replay Scripting Reference
ReplayVariableUpdateValueRange Method |
Sets the current interpolation range for the ReplayVariable value.
Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void UpdateValueRange( Object last, Object next )
Parameters
- last
- Type: SystemObject
The value of the variable in the last frame - next
- Type: SystemObject
The value of the variable in the next frame
See Also