bevy/crates/bevy_audio/src
mgi388 74e793d1e1
Move Volume and GlobalVolume to own file (#16838)
# Objective

- Prework for reviving #9582.

## Solution

- Move the two types to volume.rs and made it compile.
- Also `#[reflect(Debug)]` on `Volume` while I'm here. 

## Testing

- Ran example locally.
- Rely on CI.
2024-12-16 19:28:30 +00:00
..
audio_output.rs Add ability to mute audio sinks (#16813) 2024-12-15 19:19:16 +00:00
audio_source.rs Cleanup unneeded lifetimes in bevy_asset (#15546) 2024-09-30 21:54:59 +00:00
audio.rs Move Volume and GlobalVolume to own file (#16838) 2024-12-16 19:28:30 +00:00
lib.rs Move Volume and GlobalVolume to own file (#16838) 2024-12-16 19:28:30 +00:00
pitch.rs Migrate audio to required components (#15573) 2024-10-01 22:43:29 +00:00
sinks.rs Rename AudioSinkPlayback::toggle to toggle_playback (#16837) 2024-12-16 19:28:24 +00:00
volume.rs Move Volume and GlobalVolume to own file (#16838) 2024-12-16 19:28:30 +00:00