Click or drag to resize

SpriteFramesHasAnimation Method

If true, the named animation exists.

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

Parameters

anim
Type: SystemString

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

Return Value

Type: Boolean

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

See Also