Playback control for [AnimationNodeStateMachine].
Allows control of [AnimationTree] state machines created with [AnimationNodeStateMachine]. Retrieve with [code]$AnimationTree.get("parameters/playback")[/code].
[b]Example:[/b]
[codeblock]
var state_machine = $AnimationTree.get("parameters/playback")
state_machine.travel("some_state")
[/codeblock]
$DOCS_URL/tutorials/animation/animation_tree.md
Returns the currently playing animation state.
Returns the playback position within the current animation state.
Returns the current travel path as computed internally by the A* algorithm.
Returns [code]true[/code] if an animation is playing.
Stops the currently playing animation.