Click or drag to resize

AudioServerSetGlobalRateScale Method

Note: This API is now obsolete.

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

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

Parameters

scale
Type: SystemSingle

[Missing <param name="scale"/> documentation for "M:Godot.AudioServer.SetGlobalRateScale(System.Single)"]

See Also