Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(PlayableGraph, int, bool)

Creates an AudioMixerPlayable in the PlayableGraph.
Read time 1 minuteLast updated 9 days ago

Definition

public static AudioMixerPlayable Create(PlayableGraph graph, int inputCount = 0, bool normalizeInputVolumes = false)

Parameters

The PlayableGraph that will contain the new AudioMixerPlayable.

inputCount

The number of inputs that the mixer will update.

normalizeInputVolumes

Obsolete. This parameter has no effect and will be removed.

Returns

Type

Description

AudioMixerPlayableReturns a new AudioMixerPlayable linked to the PlayableGraph.