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 |