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: string

The 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 concurrency: int

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 defaultQueryString: string

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.

method loading: bool

Loading state of the loader, true if it is currently loading resources.

method progress#=: Js.Internal.meth([ `Arity_1(float) ], unit)

The progress percent of the loader going through the queue.

method progress: float

The progress percent of the loader going through the queue.