IAudioEffect
interface in
UnityEngine.Audio
Implements interfaces:ICapabilities
Suggest a change
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close
Description
Factory for instantiating EffectInstance to be used internally or from other scripts.
If you want to serialize a reference to a IAudioEffect and have an object picker for
asset / component based factories, use the Serializable utility to store/load these references.
Public Methods
| Method |
Description |
| CreateInstance |
Ask this interface to instantiate a runtime EffectInstance instance.
|