CreateInstance(ControlContext, AudioFormat?, CreationParameters)
Ask this interface to create a GeneratorInstance.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
GeneratorInstance CreateInstance(ControlContext context, AudioFormat? nestedFormat, ProcessorInstance.CreationParameters creationParameters)
Parameters
The context associated with this GeneratorInstance
If not null, the GeneratorInstance shall be created as a nested generator with such format to be used from within another processor.
Initialization parameters passed through.
Returns
Type | Description |
|---|---|
| GeneratorInstance |