Click or drag to resize

AnimationPlayerGetAnimation Method

Returns the Animation with key name or null if not found.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Animation

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

See Also