assets property

AssetsCache assets
getter/setter pair

The cache of all (non-image) assets loaded into the game. This defaults to the global Flame.assets cache, but you can replace this with another instance if needed.

Implementation

AssetsCache assets = Flame.assets;