RootOutputInstance.CreationParameters
Parameters controlling how a RootOutputInstance is created.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public struct RootOutputInstance.CreationParameters
Remarks
Owns the cross-cutting update behaviour shared by all scriptable processors directly. A RootOutputInstance has no type-specific construction arguments today, but having its own type keeps it symmetric with GeneratorInstance.CreationParameters and leaves room to add them later. The implicit conversion from ProcessorInstance.CreationParameters keeps existing call sites working.
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. |