docs.unity.cn
    Show / Hide Table of Contents

    Constructor MemoryBinaryReader

    MemoryBinaryReader(Byte*, Int64)

    Initializes and returns an instance of MemoryBinaryReader.

    Declaration
    public MemoryBinaryReader(byte *content, long length)
    Parameters
    Type Name Description
    Byte* content

    A pointer to the data to read.

    Int64 length

    The length of the data to read.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023