{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method ReadBytes | Collections | 2.4.0-exp.2
docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method ReadBytes

    ReadBytes(NativeArray<byte>)

    Read and copy data into the given NativeArray of bytes. An error will be logged if not enough bytes are available to fill the array, and HasFailedReads will then be true.

    Declaration
    public void ReadBytes(NativeArray<byte> array)
    Parameters
    Type Name Description
    NativeArray<byte> array

    Array to copy data into.

    ReadBytes(Span<byte>)

    Read and copy data into the given Span of bytes. An error will be logged if not enough bytes are available to fill the array, and HasFailedReads will then be true.

    Declaration
    public void ReadBytes(Span<byte> span)
    Parameters
    Type Name Description
    Span<byte> span

    Span to copy data into.

    In This Article
    Back to top
    Copyright © 2023 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)