bevy
bevy copied to clipboard
Add `AddAudioSource` trait and improve `Decodable` docs
Objective
- Fixes #6361
- Fixes #6362
- Fixes #6364
Solution
- Added an example for creating a custom
Decodabletype - Clarified the documentation on
Decodable - Added an
AddAudioSourcetrait and implemented it forApp
Reviewing this tomorrow. Also you should put each issue in a separate bullet point and prepend "Fixes" =)
bors r+
Pull request successfully merged into main.
Build succeeded:
- build-and-install-on-iOS
- build-android
- build (macos-latest)
- build (ubuntu-latest)
- build-wasm
- build (windows-latest)
- build-without-default-features (bevy)
- build-without-default-features (bevy_ecs)
- build-without-default-features (bevy_reflect)
- check-compiles
- check-doc
- check-missing-examples-in-docs
- ci
- markdownlint
- msrv
- run-examples
- run-examples-on-wasm
- run-examples-on-windows-dx12