Class RecorderSettingsAttribute
This attribute allows binding a Recorder Settings instance with a Recorder.
Implements
Inherited Members
Namespace: UnityEditor.Recorder
Assembly: Unity.Recorder.Editor.dll
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)
Constructor for the attribute.
Declaration
public RecorderSettingsAttribute(Type recorderType, string displayName, string iconName)
Parameters
Type | Name | Description |
---|---|---|
Type | recorderType | The type of Recorder that uses this Recorder Settings instance. |
string | displayName | The Recorder's display name. |
string | iconName | The name of the icon. |