Click or drag to resize

AudioServerGlobalRateScale Property

Scales the rate at which audio is played (i.e. setting it to 0.5 will make the audio be played twice as fast).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float GlobalRateScale { get; set; }

Property Value

Type: Single
See Also