Enum XRCpuImage.Transformation
Describes transformations that may be applied to a camera image.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
[Flags]
public enum TransformationFields
| Name | Description | Value | 
|---|---|---|
| None | No transformations will be applied. The image will match the native format. | 0 | 
| MirrorX | Mirror the image across the X axis. This reverses the order of the horizontal rows, flipping the image upside down. | 1 | 
| 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. | 2 |