Click or drag to resize

AnimationTreePlayerAnimationNodeSetAnimation Method

Binds a new Animation from the MasterPlayer to the AnimationTreePlayer's animation node with name id.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AnimationNodeSetAnimation(
	string id,
	Animation animation
)

Parameters

id
Type: SystemString

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

animation
Type: GodotAnimation

[Missing <param name="animation"/> documentation for "M:Godot.AnimationTreePlayer.AnimationNodeSetAnimation(System.String,Godot.Animation)"]

See Also