bevy/examples/audio
ZoOL 17e504812b
simplify example, replace get_single to Single Query (#16187)
# Objective

clean up example get_single method, make code clean;

## Solution

- replace `Query`  with `Single` Query
- remove `get_single` or `get_single_mut` condition block
2024-11-01 18:25:42 +00:00
..
audio.rs Migrate audio to required components (#15573) 2024-10-01 22:43:29 +00:00
audio_control.rs simplify example, replace get_single to Single Query (#16187) 2024-11-01 18:25:42 +00:00
decodable.rs Migrate audio to required components (#15573) 2024-10-01 22:43:29 +00:00
pitch.rs Migrate audio to required components (#15573) 2024-10-01 22:43:29 +00:00
soundtrack.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00
spatial_audio_2d.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00
spatial_audio_3d.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00