Image loader that uses a Web Worker for asynchronous loading.

使用Web Worker进行异步加载的图像加载器。

构造函数

属性

访问器

方法

构造函数

属性

workerPath: string = "libs/laya.workerloader.js"

Path to the worker.js file

worker.js的路径

访问器

方法

  • 参数

    • url: string

      The URL of the image to load.

    • options: any

      Additional options for loading.

    返回 Promise<any>

    A promise that resolves with the loaded image.

    Loads an image asynchronously using the worker.

    使用worker异步加载图像。