ReplayManager.ResumePlayback Method

Ultimate Replay

ReplayManagerResumePlayback Method
Use this method to resume playback after a previous call to PausePlayback was called. If PausePlayback was not called prior to this method then the method will have no effect.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void ResumePlayback()
See Also