docs.unity3d.com
    Show / Hide Table of Contents

    Class GIFRecorderSettings

    Inheritance
    System.Object
    GIFRecorderSettings
    Namespace: UnityEditor.Recorder
    Syntax
    public class GIFRecorderSettings : BaseFCRecorderSettings

    Constructors

    GIFRecorderSettings()

    Declaration
    public GIFRecorderSettings()

    Properties

    extension

    Declaration
    public override string extension { get; }
    Property Value
    Type Description
    System.String

    keyframeInterval

    Declaration
    public int keyframeInterval { get; set; }
    Property Value
    Type Description
    System.Int32

    maxTasks

    Declaration
    public int maxTasks { get; set; }
    Property Value
    Type Description
    System.Int32

    numColors

    Declaration
    public int numColors { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX