Enum RecordingState
The dfferent states a recorder can be in.
Namespace: RecordAndPlay.Record
Assembly: RecordAndPlay.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. |