Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateInstance(ControlContext, AudioFormat?, CreationParameters)

Ask this interface to create an EffectInstance.
Read time 1 minuteLast updated 2 days ago

Definition

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

Parameters

The context associated with this EffectInstance.

nestedFormat

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

creationParameters

Initialization parameters passed through.

Returns

Type

Description

EffectInstanceThe created EffectInstance.