Click or drag to resize

AudioStreamPlayer3DSetUnitDb Method

Note: This API is now obsolete.

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

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

Parameters

unitDb
Type: SystemSingle

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

See Also