Crate bones_bevy_asset

Source
Expand description

An asset integration between Bevy and bones.

Provides an easy way to load metadata for bones games using Bevy assets.

Modules§

prelude
The prelude.

Structs§

BevyAssets
Bones SystemParam for borrowing bevy Assets from the BevyWorld resource.

Traits§

BonesBevyAsset
Trait that may be derived to implement a Bevy asset type.
BonesBevyAssetAppExt
Extension trait for App that makes it easy to register bones assets.
BonesBevyAssetLoad
Trait implemented for types that may appear in the fields of a BonesBevyAsset and may need to perform aditional loading with the bevy load context.

Derive Macros§

BonesBevyAsset
Derive macro for the BonesBevyAsset trait.
BonesBevyAssetLoad
Derive macro for the BonesBevyAssetLoad trait.