Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 886 Bytes

assets.md

File metadata and controls

14 lines (11 loc) · 886 Bytes

Assets class

The Assets static class provides central access to static data and methods. This primarily holds the asset-related caches.

Properties

audioCache Access a shared instance of the AudioCache class.
bgm Access a shared instance of the Bgm class. //TODO haven't looked at this
bundle Reference to the default AssetBundle (used by various caches to locate assets). Defaults to root.
rasterCache Access a shared instance of the RasterCache class.
svgCache Access a shared instance of the SvgCache class.
textCache Access a shared instance of the TextCache class.