docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor Plane

    Plane(int, int, NativeArray<byte>)

    Constructs an XRCpuImage.Plane.

    Declaration
    public Plane(int rowStride, int pixelStride, NativeArray<byte> data)
    Parameters
    Type Name Description
    int rowStride

    The number of bytes per row for this plane.

    int pixelStride

    The number of bytes per pixel for this plane.

    NativeArray<byte> data

    The platform-specific plane data.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023