Click or drag to resize

AudioServerSetBusLayout Method

Overwrites the currently used AudioBusLayout.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetBusLayout(
	AudioBusLayout busLayout
)

Parameters

busLayout
Type: GodotAudioBusLayout

[Missing <param name="busLayout"/> documentation for "M:Godot.AudioServer.SetBusLayout(Godot.AudioBusLayout)"]

See Also