ReplayManager.IsRecording Property

Ultimate Replay

ReplayManagerIsRecording Property
Returns true if the manager is currently recording the scene. Note: If recording 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 IsRecording { get; }

Property Value

Type: Boolean
See Also