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