ReplayManager.IsReplaying Property

Ultimate Replay

ReplayManagerIsReplaying Property
Returns true if the manager is currently playing back previously recorded replay data. Note: if playback is paused this value will still be true.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsReplaying { get; }

Property Value

Type: Boolean
See Also