docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property this

    this[int]

    Look up the DynamicBuffer<T> value at a specific array index within the chunk.

    Declaration
    public DynamicBuffer<T> this[int index] { get; }
    Parameters
    Type Name Description
    int index

    The index of the entity within the chunk whose value for T should be returned.

    Property Value
    Type Description
    DynamicBuffer<T>

    The DynamicBuffer<T> value at a specific array index within the chunk

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