Enum CameraImageTransformation
Describes transformations that may be applied to a camera image.
See
Namespace: UnityEngine.XR.ARExtensions
Syntax
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 | |
| None | No transformations will be applied. The image will match the native format. |