Click or drag to resize

SpriteFramesSetAnimationSpeed Method

The animation's speed in frames per second.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetAnimationSpeed(
	string anim,
	float speed
)

Parameters

anim
Type: SystemString

[Missing <param name="anim"/> documentation for "M:Godot.SpriteFrames.SetAnimationSpeed(System.String,System.Single)"]

speed
Type: SystemSingle

[Missing <param name="speed"/> documentation for "M:Godot.SpriteFrames.SetAnimationSpeed(System.String,System.Single)"]

See Also