Class RecorderSettingsAttribute
This attribute allows binding a Recorder Settings instance with a Recorder.
Namespace: UnityEditor.Recorder
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class RecorderSettingsAttribute : Attribute, _Attribute
Constructors
RecorderSettingsAttribute(Type, String)
Constructor for the attribute.
Declaration
public RecorderSettingsAttribute(Type recorderType, string displayName)
Parameters
Type | Name | Description |
---|---|---|
Type | recorderType | The type of Recorder that uses this Recorder Settings instance. |
String | displayName | The Recorder's display name. |
RecorderSettingsAttribute(Type, String, String)
Declaration
public RecorderSettingsAttribute(Type recorderType, string displayName, string iconName)
Parameters
Type | Name | Description |
---|---|---|
Type | recorderType | |
String | displayName | |
String | iconName |