Struct BlobAssetChange
Header for a changed blob asset.
Namespace: Unity.Entities
Syntax
public struct BlobAssetChange
Fields
Hash
The content hash for this blob asset.
Declaration
public ulong Hash
Field Value
Type | Description |
---|---|
UInt64 |
Length
Byte length of this blob asset in the BlobAssetData array.
Declaration
public int Length
Field Value
Type | Description |
---|---|
Int32 |