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 5 days ago

Definition

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.