docs.unity3d.com
    目次を表示する/隠す

    Class GIFRecorderSettings

    A class that represents the settings of a GIF Recorder.

    Inheritance
    Object
    RecorderSettings
    BaseFCRecorderSettings
    GIFRecorderSettings
    Inherited Members
    BaseFCRecorderSettings.ValidityCheck(List<String>)
    BaseFCRecorderSettings.imageInputSettings
    BaseFCRecorderSettings.IsPlatformSupported
    BaseFCRecorderSettings.InputsSettings
    RecorderSettings.OutputFile
    RecorderSettings.Enabled
    RecorderSettings.Take
    RecorderSettings.FileNameGenerator
    RecorderSettings.RecordMode
    RecorderSettings.FrameRatePlayback
    RecorderSettings.FrameRate
    RecorderSettings.StartFrame
    RecorderSettings.EndFrame
    RecorderSettings.StartTime
    RecorderSettings.EndTime
    RecorderSettings.CapFrameRate
    RecorderSettings.OnAfterDuplicate()
    RecorderSettings.HasErrors()
    RecorderSettings.IsAccumulationSupported()
    Namespace: UnityEditor.Recorder
    Syntax
    public class GIFRecorderSettings : BaseFCRecorderSettings

    Constructors

    GIFRecorderSettings()

    Default constructor.

    Declaration
    public GIFRecorderSettings()

    Properties

    Extension

    Stores the file extension used by this Recorder (without the dot).

    Declaration
    protected override string Extension { get; }
    Property Value
    Type Description
    String
    Overrides
    RecorderSettings.Extension

    KeyframeInterval

    The frame interval between keyframes (value between 1 and 120). This defines how many frames share the same color palette.

    Declaration
    public int KeyframeInterval { get; set; }
    Property Value
    Type Description
    Int32

    MaxTasks

    The maximum number of threads to use to encode output frames (value between 1 and 32).

    Declaration
    public int MaxTasks { get; set; }
    Property Value
    Type Description
    Int32

    NumColors

    The number of colors used in the GIF palette for the output. Maximum is 256.

    Declaration
    public int NumColors { get; set; }
    Property Value
    Type Description
    Int32
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)