Struct amethyst_audio::AudioListener [] [src]

pub struct AudioListener {
    pub output: Output,
    pub left_ear: Point3<f32>,
    pub right_ear: Point3<f32>,
}

An audio listener, add this component to the local player character.

Fields

Output used by this listener to emit sounds to

Position of the left_ear relative to the global transform on this entity.

Position of the right ear relative to the global transform on this entity.

Trait Implementations

impl Debug for AudioListener
[src]

[src]

Formats the value using the given formatter.

impl Component for AudioListener
[src]

Associated storage type for this component.