Click or drag to resize

AnimationPlayerPlaybackSpeed Property

The speed scaling ratio. For instance, if this value is 1, then the animation plays at normal speed. If it's 0.5, then it plays at half speed. If it's 2, then it plays at double speed.

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

Property Value

Type: Single
See Also