docs.unity3d.com
    Show / Hide Table of Contents

    Struct BlobBuilderArray<T>

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

    Namespace: Unity.Entities
    Syntax
    public 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*, Int32)

    For internal, BlobBuilder, use only.

    Properties

    Name Description
    Item[Int32]

    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.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023