Enum RecordingState
The dfferent states a recorder can be in.
Namespace: Recolude.Core.Record
Assembly: Recolude.Core.dll
Syntax
public enum RecordingState
Fields
| Name | Description |
|---|---|
| Paused | A recording has begun but the recorder is currently ignoring events. |
| Recording | Currently recording events occuring in the scene. |
| Stopped | A recording has not begun. |