docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct BlobBuilderArray<T>

    Used by the BlobBuilder methods to reference the arrays within a blob asset.

    Namespace: Unity.Entities
    Assembly: Unity.Entities.dll
    Syntax
    public ref struct BlobBuilderArray<T> where T : struct
    Type Parameters
    Name Description
    T

    The data type of the elements in the array.

    Remarks

    Use this reference to initialize the data of a newly created BlobArray<T>.

    Constructors

    Name Description
    BlobBuilderArray(void*, int)

    For internal, BlobBuilder, use only.

    Properties

    Name Description
    this[int]

    Array index accessor for the elements in the array.

    Length

    Reports the number of elements in the array.

    Methods

    Name Description
    GetUnsafePtr()

    Provides a pointer to the data stored in the array.

    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)