Click or drag to resize

SpriteFramesGetAnimationSpeed Method

The animation's speed in frames per second.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetAnimationSpeed(
	string anim
)

Parameters

anim
Type: SystemString

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

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.SpriteFrames.GetAnimationSpeed(System.String)"]

See Also