Click or drag to resize

AudioServerSetDevice Method

Note: This API is now obsolete.

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

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

Parameters

device
Type: SystemString

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

See Also