Create(PlayableGraph, int, bool)
Creates an AudioMixerPlayable in the PlayableGraph.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public static AudioMixerPlayable Create(PlayableGraph graph, int inputCount = 0, bool normalizeInputVolumes = false)
Parameters
The PlayableGraph that will contain the new AudioMixerPlayable.
The number of inputs that the mixer will update.
Obsolete. This parameter has no effect and will be removed.
Returns
Type | Description |
|---|---|
| AudioMixerPlayable | Returns a new AudioMixerPlayable linked to the PlayableGraph. |