Enum CameraImageTransformation
Describes transformations that may be applied to a camera image.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
[Flags]
public enum CameraImageTransformation
Fields
Name | Description |
---|---|
MirrorX | Mirror the image across the X axis. This reverses the order of the horizontal rows, flipping the image upside down. |
MirrorY | Mirror the image across the Y axis. This reverses the pixels in each horizontal row such that the left part of the image will appear on the right and vice versa. |
None | No transformations will be applied. The image will match the native format. |