Module bevy_kira_components::spatial
source · Expand description
Support for spatial audio through kira
’s spatial features.
Structs§
- Marker component setting this entity as an audio listener. It must have a [
GlobalTransform
] attached for the spatial systems to pick it up. - Marker component setting this entity as a spatial emitter. It must have a [
GlobalTransform
] attached for the spatial systems to pick it up. - Global data related to spatial handling in the audio engine.
Constants§
- Bevy diagnostic path recording the number of emitters present.
- Bevy diagnostic path recording the number of listeners present.