Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

Generator.IControl<T0>.Configure

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public void Configure(Audio.ControlContext context, ref TProcessor processor, InAttribute) configuration, out Audio.Generator.Setup setup, ref Audio.Generator.Properties properties);

Parameters

Parameter Description
context The context this Generator is in.
processor The type of the Generator.
configuration The AudioConfiguration this Generator is being created with.
setup The setup the Generator wants to be run with.
properties Optional or additional metadata about the Generator.

Description

Called to configure the Generator before it is used, and when the audio system reconfigures.

In case of reconfiguration, the Generator is temporarily suspended from processing, so it can be safely modified.