ProcessorInstance.CreationParameters
Additional data and parameters specifying how a ProcessorInstance should be created.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public struct ProcessorInstance.CreationParameters
Remarks
These are generally suggested setup from whomever is creating the ProcessorInstance, such as a IAudioGenerator. You can change properties to suit your particular needs.
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. |