Click or drag to resize

AudioEffectPhaserSetDepth Method

Note: This API is now obsolete.

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

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

Parameters

depth
Type: SystemSingle

[Missing <param name="depth"/> documentation for "M:Godot.AudioEffectPhaser.SetDepth(System.Single)"]

See Also