Crate covey_asset_loader

Crate covey_asset_loader 

Source

Modules§

prelude

Structs§

AssetCleanUpTask
A temporary resource for holding the cleanup task. Removed when task is done.
AssetCleanUpTimer
A temporary resource for holding the cleanup task. Removed when task is done.
AssetLoaderEvent
GlobalAssetCleanUpTimer
A global timer to delay the AssetCleanUpTask
LoadingAssets
A temporary resource to holds the struct of assets being loaded. It is removed when the assets are loaded.
ScheduleNextState
A struct that replaces bevy::prelude::NextState.

Traits§

AssetLoaderAppExt
AssetLoaderCommandsExt
AssetState
A trait that is required to be derived on the state.

Functions§

handle_cleanup
trigger_cleanup