UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

10 lines (9 loc) 212 B
/** * Parser for binary resources. Fetches the URL as an ArrayBuffer and returns it. * * @ignore */ export class BinaryParser { canParse(): boolean; load(url: any, callback: any, asset: any): void; }