Method IsRecording
IsRecording()
Use this method to know if all recorders are done recording. A recording stops:
- The settings is set to a time (or frame) interval and the end time (or last frame) was reached.
- Calling the StopRecording method.
- Exiting Playmode.
Declaration
public bool IsRecording()
Returns
Type | Description |
---|---|
bool | True if at least one recording is still active. false otherwise. |