Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateInstance(ControlContext, AudioFormat?, CreationParameters)

Ask this interface to create a GeneratorInstance.
Read time 1 minuteLast updated 8 days ago

Definition

GeneratorInstance CreateInstance(ControlContext context, AudioFormat? nestedFormat, ProcessorInstance.CreationParameters creationParameters)

Parameters

The context associated with this GeneratorInstance

nestedFormat

If not null, the GeneratorInstance shall be created as a nested generator with such format to be used from within another processor.

creationParameters

Initialization parameters passed through.

Returns

Type

Description

GeneratorInstance