docs.unity.cn
    Show / Hide Table of Contents

    Enum ImageRecorderSettings.ImageRecorderOutputFormat

    Available options for the output image format used by Image Sequence Recorder.

    Namespace: UnityEditor.Recorder
    Syntax
    public enum ImageRecorderOutputFormat : int

    Fields

    Name Description Value
    PNG

    Output the recording in PNG format.

    0
    JPEG

    Output the recording in JPEG format.

    1
    EXR

    Output the recording in EXR format.

    2
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Friday, November 5, 2021
    Terms of use