We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LoadContext::finish
1 parent 6178ce9 commit bf38e6fCopy full SHA for bf38e6f
crates/bevy_asset/src/loader.rs
@@ -443,8 +443,7 @@ impl<'a> LoadContext<'a> {
443
!self.asset_server.get_handles_untyped(&path).is_empty()
444
}
445
446
- /// "Finishes" this context by populating the final [`Asset`] value (and the erased [`AssetMeta`] value, if it exists).
447
- /// The relevant asset metadata collected in this context will be stored in the returned [`LoadedAsset`].
+ /// "Finishes" this context by populating the final [`Asset`] value.
448
pub fn finish<A: Asset>(self, value: A) -> LoadedAsset<A> {
449
LoadedAsset {
450
value,
0 commit comments