Class GenericRecorder<T>
Base class for all Recorders.
Inherited Members
Namespace: UnityEditor.Recorder
Syntax
public abstract class GenericRecorder<T> : Recorder where T : RecorderSettings
Type Parameters
Name | Description |
---|---|
T | The Recorder settings type associated with the Recorder. |
Properties
Settings
Indicates the Recorder settings for the current Recorder.
Declaration
public T Settings { get; set; }
Property Value
Type | Description |
---|---|
T |