The Assets
static class provides central access to static data and methods. This primarily holds the asset-related caches.
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. |