Skip to main content
A blob asset containing raw binary data.

Fields

size

The size of the blob data in bytes.

name

The name of the blob asset.

data

The raw binary data as a buffer. Read it with the buffer library, for example buffer.readu8(blob.data, 0).