Struct AudioListener
Attach an AudioListener component to an entity with a LocalToWorld component. 3d audio panning and distance-attenuation will be calculated relative to this entity's position and orientation.
Namespace: Unity.Tiny.Audio
Syntax
public struct AudioListener : IComponentData
Remarks
There should only be one enabled AudioListener. If there are no listeners, all 3d sounds will be silent.