Click or drag to resize

AudioEffectDelaySetTap2Active Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioEffectDelay.SetTap2Active(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTap2Active is deprecated. Use the Tap2__active property instead.")]
public void SetTap2Active(
	bool amount
)

Parameters

amount
Type: SystemBoolean

[Missing <param name="amount"/> documentation for "M:Godot.AudioEffectDelay.SetTap2Active(System.Boolean)"]

See Also