ReplayBehaviour.IsReplaying Property

Ultimate Replay

ReplayBehaviourIsReplaying Property
Returns true if the active replay manager is currently replaying a previous recording. 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 bool IsReplaying { get; }

Property Value

Type: Boolean
See Also