Enum ImageRecorderSettings.ImageRecorderOutputFormat | Unity Recorder | 2.1.0-preview.1
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

    Fields

    Name Description
    EXR

    Output the recording in EXR format.

    JPEG

    Output the recording in JPEG format.

    PNG

    Output the recording in PNG format.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX