Click or drag to resize

AudioStreamPlayer2DSetAttenuation Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioStreamPlayer2D.SetAttenuation(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAttenuation is deprecated. Use the Attenuation property instead.")]
public void SetAttenuation(
	float curve
)

Parameters

curve
Type: SystemSingle

[Missing <param name="curve"/> documentation for "M:Godot.AudioStreamPlayer2D.SetAttenuation(System.Single)"]

See Also