Interface: ResolveURLParser

PIXI.ResolveURLParser

Format for url parser, will test a string and if it pass will then parse it, turning it into an ResolvedAsset

Properties:
Name Type Description
config Record<string, any>

A config to adjust the parser

parse (value: string) => ResolvedAsset

the function that will convert the url into an object

test (url: string) => boolean

the test to perform on the url to determine if it should be parsed

Members

config Record<string, any>

A config to adjust the parser

parse (value: string) => ResolvedAsset

the function that will convert the url into an object

test (url: string) => boolean

the test to perform on the url to determine if it should be parsed