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.
AssetIoFactor
1 parent 910d385 commit 1d1e93dCopy full SHA for 1d1e93d
crates/bevy_asset/src/lib.rs
@@ -52,7 +52,7 @@ impl Default for AssetServerSettings {
52
53
/// Allows replacing the `AssetIo` instance used by the `AssetServer`
54
///
55
-/// ```
+/// ```ignore
56
/// struct CustomAssetLoader;
57
/// impl AssetIo for CustomAssetLoader {
58
/// //TODO
0 commit comments