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