EffectInstance.CreationParameters
Additional parameters and initialization state for creating an EffectInstance.
Read time 1 minuteLast updated 2 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public struct EffectInstance.CreationParameters
Remarks
Currently mirrors the fields on ProcessorInstance.CreationParameters, but exists as its own type so effect-only parameters, for example sidechain wiring, can be added later without touching the shared processor type.
Additional Resources: ControlContext.AllocateEffect
Properties
Property | Description |
|---|---|
| controlUpdateSetting | Control under what circumstances ProcessorInstance.IControl<TRealtime>.Update will be called. |
| realtimeUpdateSetting | Control under what circumstances ProcessorInstance.IRealtime.Update will be called. |