Ultimate Replay Scripting Reference
ReplayManagerPauseRecording Method |
Use this method when you want to pause recording but may continue recording at any point.
A good candidate for pausing recording is when the user pauses the game and is shown a pause menu.
The manager must already be recording otherwise this 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 PauseRecording()
See Also