Click or drag to resize

AudioEffectDistortionSetDrive Method

Note: This API is now obsolete.

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

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

Parameters

drive
Type: SystemSingle

[Missing <param name="drive"/> documentation for "M:Godot.AudioEffectDistortion.SetDrive(System.Single)"]

See Also