docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)