Class RecorderSettingsAttribute
This attribute allows binding a Recorder Settings instance with a Recorder.
Implements
Inherited Members
Namespace: UnityEditor.Recorder
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class RecorderSettingsAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
RecorderSettingsAttribute(Type, string) | Constructor for the attribute. |
RecorderSettingsAttribute(Type, string, string) | Constructor for the attribute. |