Click or drag to resize

AnimationPlayerFindAnimation Method

Returns the name of animation or an empty string if not found.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string FindAnimation(
	Animation animation
)

Parameters

animation
Type: GodotAnimation

[Missing <param name="animation"/> documentation for "M:Godot.AnimationPlayer.FindAnimation(Godot.Animation)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.AnimationPlayer.FindAnimation(Godot.Animation)"]

See Also