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

    Show / Hide Table of Contents

    Constructor UnsafeAppendBuffer

    UnsafeAppendBuffer(int, int, AllocatorHandle)

    Initializes and returns an instance of UnsafeAppendBuffer.

    Declaration
    public UnsafeAppendBuffer(int initialCapacity, int alignment, AllocatorManager.AllocatorHandle allocator)
    Parameters
    Type Name Description
    int initialCapacity

    The initial allocation size in bytes of the internal buffer.

    int alignment

    The byte alignment of the allocation. Must be a non-zero power of 2.

    AllocatorManager.AllocatorHandle allocator

    The allocator to use.

    UnsafeAppendBuffer(void*, int)

    Initializes and returns an instance of UnsafeAppendBuffer that aliases an existing buffer.

    Declaration
    public UnsafeAppendBuffer(void* ptr, int length)
    Parameters
    Type Name Description
    void* ptr

    The buffer to alias.

    int length

    The length in bytes of the buffer.

    Remarks

    The capacity will be set to length, and Length will be set to 0.

    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)