Class type Loader-PIXI._t
method baseUrl#=: Js.Internal.meth([ `Arity_1(string) ], unit)The base url for all resources loaded by this loader. Any trailing slashes are trimmed off.
method baseUrl: stringThe base url for all resources loaded by this loader. Any trailing slashes are trimmed off.
method concurrency#=: Js.Internal.meth([ `Arity_1(int) ], unit)The number of resources to load concurrently.
method resources#=: Js.Internal.meth([ `Arity_1(Js.Dict.t(Resource.t)) ], unit)All the resources for this loader keyed by name, or URL if no name was given.
method resources: Js.Dict.t(Resource.t)All the resources for this loader keyed by name, or URL if no name was given.
method defaultQueryString#=: Js.Internal.meth([ `Arity_1(string) ], unit)A querystring to append to every URL added to the loader.
method loading#=: Js.Internal.meth([ `Arity_1(bool) ], unit)Loading state of the loader, true if it is currently loading resources.