IAudioInfluencer Interface

Definition

Interface that should be implemented by any class that wishes to influence how an audio source sounds.

public interface class IAudioInfluencer
public interface IAudioInfluencer
type IAudioInfluencer = interface
Public Interface IAudioInfluencer
Derived

Methods

ApplyEffect(GameObject)

Applies an audio effect.

RemoveEffect(GameObject)

Removes a previously applied audio effect.

Applies to