Resource handler used for loading Render resources.

Hierarchy (view full)

Properties

Accessors

Methods

Properties

_app: AppBase

The running app instance.

handlerType: string = ''

Type of the resource the handler handles.

Accessors

Methods

  • Load a resource from a remote URL. The base implementation does nothing.

    Parameters

    • url: string | object

      Either the URL of the resource to load or a structure containing the load and original URL.

    • callback: ResourceHandlerCallback

      The callback used when the resource is loaded or an error occurs.

    • Optional asset: Asset

      Optional asset that is passed by ResourceLoader.

    Returns void