docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor Cinfo

    Cinfo(IntPtr, int, int, int)

    Constructs the camera image plane cinfo.

    Declaration
    public Cinfo(IntPtr dataPtr, int dataLength, int rowStride, int pixelStride)
    Parameters
    Type Name Description
    IntPtr dataPtr

    The pointer to the raw native image data.

    int dataLength

    The length of the native image data.

    int rowStride

    The stride for iterating through the rows of the native image data.

    int pixelStride

    The stride for iterating through the pixels of the native image data.

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