ReplayBehaviour.IsRecording Property

Ultimate Replay

ReplayBehaviourIsRecording Property
Returns true if the active replay 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 bool IsRecording { get; }

Property Value

Type: Boolean
See Also