Struct BlobAssetReferenceChange
Represents a blob asset reference that was changed within a EntityChangeSet
Namespace: Unity.Entities
Syntax
public struct BlobAssetReferenceChangeFields
Component
The entity and component this patched is targeted at.
Declaration
public PackedComponent ComponentField Value
| Type | Description | 
|---|---|
| PackedComponent | 
Offset
The field offset for the data.
Declaration
public int OffsetField Value
| Type | Description | 
|---|---|
| Int32 | 
Value
The blob asset this component should point to in the batch.
Declaration
public ulong ValueField Value
| Type | Description | 
|---|---|
| UInt64 |