Click or drag to resize

ViewportSetAsAudioListener2d Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Viewport.SetAsAudioListener2d(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAsAudioListener2d is deprecated. Use the AudioListenerEnable2d property instead.")]
public void SetAsAudioListener2d(
	bool enable
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.Viewport.SetAsAudioListener2d(System.Boolean)"]

See Also