Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update documentation on AudioSink (#9332)
# Objective When an `AudioSink` is removed from an entity, the audio player will automatically start any `AudioSource` still attached, which normally is the one used to start playback in the first place. ## Solution Long story short, the default behavior is restarting the audio, and this commit documents that. --- ## Changelog Fixed documentation on `AudioSink` to clarify removal behavior.
- Loading branch information