Click or drag to resize

AnimationPlayerGetQueue Method

Returns a list of the animation names that are currently queued to play.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string[] GetQueue()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.AnimationPlayer.GetQueue"]

See Also