Click or drag to resize

AudioEffectSpectrumAnalyzerSetTapBackPos Method

Note: This API is now obsolete.

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

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

Parameters

seconds
Type: SystemSingle

[Missing <param name="seconds"/> documentation for "M:Godot.AudioEffectSpectrumAnalyzer.SetTapBackPos(System.Single)"]

See Also