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:
Spencer C. Imbleau 2023-11-10 16:38:46 -05:00 committed by GitHub
parent cbadc31d19
commit 2a036b658f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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".
///