Click or drag to resize

SpriteFramesGetAnimationLoop Method

If true, the given animation will loop.

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

Parameters

anim
Type: SystemString

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

Return Value

Type: Boolean

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

See Also