{!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 ReadFixedStringUnsafe | Collections | 2.3.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ReadFixedStringUnsafe

    ReadFixedStringUnsafe(ref DataStreamReader, byte*, int)

    Reads a 2-byte length value from the current stream, reads the specified number of bytes to the buffer and advances the current position of the stream by the length of the string.

    Declaration
    public static ushort ReadFixedStringUnsafe(this ref DataStreamReader reader, byte* data, int maxLength)
    Parameters
    Type Name Description
    DataStreamReader reader

    Data stream reader.

    byte* data

    Buffer to write the string bytes to.

    int maxLength

    Max number of bytes allowed to be read into the buffer.

    Returns
    Type Description
    ushort

    The number of bytes written to the data buffer.

    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)