IAudioInfluencer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |