Class GifEncoderSettings
The settings of the GIF Encoder.
Inherited Members
Namespace: UnityEditor.Recorder.Encoder
Assembly: solution.dll
Syntax
[Serializable]
[EncoderSettings(typeof(GifEncoder))]
public sealed class GifEncoderSettings : IEncoderSettings, IEquatable<GifEncoderSettings>
Remarks
This class is sealed because users shouldn't inherit from it. Instead, create a new encoder along with its settings class.
Properties
Name | Description |
---|---|
Loop | Indicates whether the generated file should loop the frame sequence indefinitely or not. |
Quality | The quality of the GIF. |
Methods
Name | Description |
---|---|
Equals(object) | Compares the current object with another one. |
GetHashCode() | Returns a hash code of all serialized fields. |