Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProcessorInstance.CreationParameters

Additional data and parameters specifying how a ProcessorInstance should be created.
Read time 1 minuteLast updated 6 days ago

Definition

Warning
Deprecated. Use the per-processor CreationParameters types (GeneratorInstance.CreationParameters, RootOutputInstance.CreationParameters) instead; this shared type will be removed.
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

controlUpdateSettingControl under what circumstances ProcessorInstance.IControl<TRealtime>.Update will be called.
realtimeUpdateSettingControl under what circumstances ProcessorInstance.IRealtime.Update will be called.