This resource provider simply prefixes the uri with a provided base url. Sufficient for most cases.

Hierarchy

  • BaseURLResourceProvider

Implements

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • Called during the loading process. For each asset, the actual url is being requested by calling this function.

    Parameters

    • uri: string

      The idenfier of the asset which usually is it's file name.

    • Optional identifier: string

    Returns Promise<string>

Generated using TypeDoc