Module quicksilver::asset [] [src]

A module that allows loading of assets

Even though the desktop loads assets synchronously, the web loads them asynchronously, so this module presents a universal API for both. Additionally, the desktop may load with async at some point.

Structs

LoadingHandle

An opaque object that represents the still-loading state of an asset

Enums

LoadingAsset

A wrapper for an asset that is loading, errored, or loaded

Traits

Loadable

A trait that allows an asset to be asynchronously loaded