Click or drag to resize

TweenSetSpeedScale Method

Note: This API is now obsolete.

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

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

Parameters

speed
Type: SystemSingle

[Missing <param name="speed"/> documentation for "M:Godot.Tween.SetSpeedScale(System.Single)"]

See Also