Click or drag to resize

VideoPlayerSetVolumeDb Method

Note: This API is now obsolete.

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

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

Parameters

db
Type: SystemSingle

[Missing <param name="db"/> documentation for "M:Godot.VideoPlayer.SetVolumeDb(System.Single)"]

See Also