Helper class with Assets

Constructors

Properties

Constructors

Properties

getImageBaseUrl: ((mapId) => string) = getImageBaseUrl

Type declaration

    • (mapId): string
    • get Images base URL

      Parameters

      • mapId: string

      Returns string

getImageUrl: ((mapId, imageName) => string) = getImageUrl

Type declaration

    • (mapId, imageName): string
    • get full URL for given image

      Parameters

      • mapId: string
      • imageName: string

      Returns string

Generated using TypeDoc