PIXI.ResolveURLParser
interface ResolveURLParser
Format for url parser, will test a string and if it pass will then parse it, turning it into an ResolveAsset
Summary
Public Properties
parse: (value: string) => ResolveAsset
the function that will convert the url into an object
test: (url: string) => boolean
the test to perform on the url to determin if it should be parsed