Click or drag to resize

Area2DSetAudioBusName Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Area2D.SetAudioBusName(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAudioBusName is deprecated. Use the AudioBusName property instead.")]
public void SetAudioBusName(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.Area2D.SetAudioBusName(System.String)"]

See Also