Enum EncoderCoordinateConvention
The convention of the coordinate system for an encoder, to ensure that the images supplied to the encoder are flipped if needed.
Namespace: UnityEditor.Recorder.Encoder
Assembly: Unity.Recorder.Editor.dll
Syntax
public enum EncoderCoordinateConvention
Fields
Name | Description |
---|---|
OriginIsBottomLeft | The origin is in the bottom left corner of each frame. |
OriginIsTopLeft | The origin is in the top left corner of each frame. |