Interface IResourcePlugin<R, RO>
Constructors
constructor
- new IResourcePlugin(source, options?): R
Parameters
- source: any
Optional
options: RO
Returns R
Methods
test
- test(source, extension): boolean
Parameters
- source: unknown
- extension: string
Returns boolean
Shape of supported resource plugins
Memberof
PIXI