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


Properties from ResolveURLParser

Record<string, any>
config

A config to adjust the parser

(value: string) => ResolveAsset
parse

the function that will convert the url into an object

(url: string) => boolean
test

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

Public Properties


config types.ts:60
config: Record<string, any>

A config to adjust the parser

parse types.ts:64
parse: (value: string) => ResolveAsset

the function that will convert the url into an object

test types.ts:62
test: (url: string) => boolean

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


Powered by webdoc!