Click or drag to resize

AnimationPlayerAnimationGetNext Method

Returns the name of the next animation in the queue.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string AnimationGetNext(
	string animFrom
)

Parameters

animFrom
Type: SystemString

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

Return Value

Type: String

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

See Also