PlaybackState Enumeration

Ultimate Replay

PlaybackState Enumeration
The state of the active ReplayManager.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum PlaybackState
Members
  Member nameValueDescription
Idle0 The manager is doing nothing.
Recording1 The manager is currently recording the scene using the current record settings.
Recording_Paused2 The manager is currently paused but is expecting to resume recording.
Playback3 The manager is performing playback using the current settings.
Playback_Paused4 The manager is currently paused but is expecting to resume playback.
See Also