Struct BlobBuilderArray<T>
Used by the BlobBuilder methods to reference the arrays within a blob asset.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public ref struct BlobBuilderArray<T> where T : structType 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. |