Click or drag to resize

AudioStreamPlayerMixTargetEnum Enumeration

[Missing <summary> documentation for "T:Godot.AudioStreamPlayer.MixTargetEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum MixTargetEnum
Members
  Member nameValueDescription
Stereo0

The audio will be played only on the first channel.

Surround1

The audio will be played on all surround channels.

Center2

The audio will be played on the second channel, which is usually the center.

See Also