self.machine.asset_manager¶
-
class
mpf.core.assets.AsyncioSyncAssetManager(machine: mpf.core.machine.MachineController)¶ Bases:
mpf.core.assets.BaseAssetManagerAssetManager which uses asyncio to load assets.
Accessing the asset_manager in code
There is only one instance of the asset_manager in MPF, and it’s accessible via
self.machine.asset_manager.Methods & Attributes
The asset_manager has the following methods & attributes available. Note that methods & attributes inherited from base classes are not included here.
-
load_asset(asset)¶ Load an asset.
-
wait_for_asset_load(asset)¶ Wait for an asset to load.
-