Class RecordingSession
A class that represents a Recorder session, with support for processing incoming data and preparing as well as cleaning up resources.
Implements
Inherited Members
Namespace: UnityEditor.Recorder
Assembly: solution.dll
Syntax
public class RecordingSession : IDisposable
Fields
| Name | Description |
|---|---|
| recorder | The Recorder associated with this session. |
Properties
| Name | Description |
|---|---|
| frameIndex | The index of the current frame being processed. |
| recorderTime | The time (in seconds) of the current frame. |
| settings | The settings of the Recorder. |
Methods
| Name | Description |
|---|---|
| Dispose() | Cleans up the object's resources. |