Update(GeneratorInstance)
Manually update this GeneratorInstance.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public void Update(GeneratorInstance generatorInstance)
Parameters
Remarks
This is only valid on nested ProcessorInstances. You must always update any nested ProcessorInstances you have created.
Additional Resources: ControlContext.AllocateGenerator, ControlContext.Configure