Struct BlobPtr<T>
A pointer referencing a struct, array, or field inside a blob asset.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct BlobPtr<T> where T : struct
Type Parameters
| Name | Description |
|---|---|
| T | The data type of the referenced object. |
Properties
| Name | Description |
|---|---|
| IsValid | Returns 'true' if this is a valid pointer (not null) |
| Value | The value, of type |
Methods
| Name | Description |
|---|---|
| GetUnsafePtr() | Provides an unsafe pointer to the referenced data. |