Function rrise::sound_engine::remove_listener
source · pub fn remove_listener(
emitter_id: AkGameObjectID,
listener_id: AkGameObjectID
) -> Result<(), AkResult>Expand description
Remove a single listener from a game object’s set of active listeners.
Calling this function will override the default set of listeners and emitter_id will now reference its own, unique set of listeners.
See also