Ultimate Replay Scripting Reference
ReplayBehaviourReplayInterpolateVariables Method |
Allows all active ReplayVariable to be interpolated betwen replay frames.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected virtual void ReplayInterpolateVariables( float delta )
Parameters
- delta
- Type: SystemSingle
The 't' value between frames used for interpolation
See Also