docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GifEncoderSettings

    The settings of the GIF Encoder.

    Inheritance
    object
    GifEncoderSettings
    Implements
    IEncoderSettings
    IEquatable<GifEncoderSettings>
    Inherited Members
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023