Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IResourcePlugin<R, RO>

Shape of supported resource plugins

memberof

PIXI

Type parameters

  • R

  • RO

Hierarchy

  • IResourcePlugin

Index

Constructors

Methods

Constructors

constructor

  • new IResourcePlugin(source: any, options?: RO): R
  • Parameters

    • source: any
    • Optional options: RO

    Returns R

Methods

test

  • test(source: unknown, extension: string): boolean
  • Parameters

    • source: unknown
    • extension: string

    Returns boolean

Generated using TypeDoc