Click or drag to resize

AudioEffectCompressorSetAttackUs Method

Note: This API is now obsolete.

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

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

Parameters

attackUs
Type: SystemSingle

[Missing <param name="attackUs"/> documentation for "M:Godot.AudioEffectCompressor.SetAttackUs(System.Single)"]

See Also