{!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 AppendToBuffer | Entities | 1.2.0-exp.3
docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method AppendToBuffer

    AppendToBuffer<T>(T)

    Append to a DynamicBuffer of type T on the primary Entity

    Declaration
    [Obsolete("Use the version of the function with the explicit Entity parameter (RemovedAfter Entities 1.0)")]
    public void AppendToBuffer<T>(T element) where T : unmanaged, IBufferElementData
    Parameters
    Type Name Description
    T element

    The element of type T to append to the buffer

    Type Parameters
    Name Description
    T

    The type of buffer to append to

    Remarks

    Implicitly it will access the primary entity with TransformUsageFlags.Dynamic.

    AppendToBuffer<T>(Entity, T)

    Append to a DynamicBuffer of type T on the Entity

    Declaration
    public void AppendToBuffer<T>(Entity entity, T element) where T : unmanaged, IBufferElementData
    Parameters
    Type Name Description
    Entity entity

    The Entity to set the buffer on

    T element

    The element of type T to append to the buffer

    Type Parameters
    Name Description
    T

    The type of buffer to append to

    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)