Class EncoderSettingsAttribute
An attribute that, when placed on an IEncoderSettings type, can associate with an IEncoder.
Implements
Inherited Members
Namespace: UnityEditor.Recorder.Encoder
Assembly: Unity.Recorder.Editor.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class EncoderSettingsAttribute : Attribute, _Attribute
Constructors
EncoderSettingsAttribute(Type)
Constructor for the attribute.
Declaration
public EncoderSettingsAttribute(Type encoderType)
Parameters
Type | Name | Description |
---|---|---|
Type | encoderType | The IEncoder type. |