Enum ImageRecorderSettings.ImageRecorderOutputFormat
Available options for the output image format used by Image Sequence Recorder.
Namespace: UnityEditor.Recorder
Assembly: Unity.Recorder.Editor.dll
Syntax
public enum ImageRecorderSettings.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. |