API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classBinaryAsset
@codexo/exojs / assets / stable
Dispatch token for binary data loading. `loader.load(Asset.type('binary', 'data.bin'))` returns `Promise<ArrayBuffer>`.
0
props
0
methods
0
events
Import
import { BinaryAsset } from '@codexo/exojs'Dispatch token for binary data loading.
`loader.load(Asset.type('binary', 'data.bin'))` returns `Promise<ArrayBuffer>`.
Constructors1
new(): BinaryAssetSource