Ultimate Replay Scripting Reference
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 name | Value | Description | |
---|---|---|---|
Idle | 0 | The manager is doing nothing. | |
Recording | 1 | The manager is currently recording the scene using the current record settings. | |
Recording_Paused | 2 | The manager is currently paused but is expecting to resume recording. | |
Playback | 3 | The manager is performing playback using the current settings. | |
Playback_Paused | 4 | The manager is currently paused but is expecting to resume playback. |
See Also