Click or drag to resize

AnimationPlayerAnimationSetNext Method

Triggers the anim_to animation when the anim_from animation completes.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AnimationSetNext(
	string animFrom,
	string animTo
)

Parameters

animFrom
Type: SystemString

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

animTo
Type: SystemString

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

See Also