Options
All
  • Public
  • Public/Protected
  • All
Menu

Gives helper methods used when resources are loaded from an URL.

Hierarchy

  • RuntimeGameResourcesLoader

Index

Methods

  • checkIfCredentialsRequired(url: string): boolean
  • Return true if the specified URL must be loaded with cookies ("credentials") sent to grant access to them.

    Parameters

    • url: string

    Returns boolean

  • getFullUrl(url: string): string
  • Complete the given URL with any specific parameter required to access the resource (this can be for example a token needed to access the resource).

    Parameters

    • url: string

    Returns string

Constructors

Generated using TypeDoc