mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
feat: Debug
implemented for AssetMode
(#10494)
# Objective - Implements Debug for AssetMode Closes #10473 Co-authored-by: Sebastian Hamel <sebastian@jhamel.com>
This commit is contained in:
parent
cbadc31d19
commit
2a036b658f
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ pub struct AssetPlugin {
|
|||
pub mode: AssetMode,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum AssetMode {
|
||||
/// Loads assets from their [`AssetSource`]'s default [`AssetReader`] without any "preprocessing".
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue