Resource handler used for loading Render resources.

Hierarchy (View Summary)

Properties

Accessors

Methods

Properties

_app: AppBase

The running app instance.

handlerType: string = ''

Type of the resource the handler handles.

Accessors

Methods

  • The open function is passed the raw resource data. The handler can then process the data into a format that can be used at runtime. The base implementation simply returns the data.

    Parameters

    • url: any

      The URL of the resource to open.

    • data: any

      The raw resource data passed by callback from ResourceHandler#load.

    Returns Render

    The parsed resource data.