Interface IResourcePlugin<R, RO>

Shape of supported resource plugins

Memberof

PIXI

interface IResourcePlugin<R, RO> {
    new IResourcePluginnew (source, options?): R;
    test(source, extension): boolean;
}

Type Parameters

  • R
  • RO

Constructors

Methods

Constructors

  • Parameters

    • source: any
    • Optional options: RO

    Returns R

Methods

  • Parameters

    • source: unknown
    • extension: string

    Returns boolean

Generated using TypeDoc