Click or drag to resize

AudioStreamPlayer3DSetMaxDb Method

Note: This API is now obsolete.

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

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

Parameters

maxDb
Type: SystemSingle

[Missing <param name="maxDb"/> documentation for "M:Godot.AudioStreamPlayer3D.SetMaxDb(System.Single)"]

See Also