Click or drag to resize

AnimationTreePlayerAnimationNodeGetAnimation Method

Returns the AnimationPlayer's Animation bound to the AnimationTreePlayer's animation node with name id.

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

Parameters

id
Type: SystemString

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

Return Value

Type: Animation

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

See Also