Enum XRCpuImage.Transformation
Describes transformations that can be applied to a camera image.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Flags]
public enum XRCpuImage.Transformation
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. |