Click or drag to resize

TweenPlaybackSpeed Property

The tween's speed multiplier. For example, set it to 1.0 for normal speed, 2.0 for two times normal speed, or 0.5 for half of the normal speed. A value of 0 pauses the animation, but see also SetActive(Boolean) or StopAll for this.

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

Property Value

Type: Single
See Also