aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/animation_tree_player.h
diff options
context:
space:
mode:
authorGustav Lund2018-05-14 16:06:30 +0200
committerGustav Lund2018-05-17 09:15:47 +0200
commitda8fe2f31d01772d686bd173467e0cc11357d8ac (patch)
tree31c697e241bc78145e4dfd0d52622f251cef34ac /scene/animation/animation_tree_player.h
parent0902915c33883e5fcb39287e4bc82826497d233b (diff)
downloadgodot-da8fe2f31d01772d686bd173467e0cc11357d8ac.tar.gz
godot-da8fe2f31d01772d686bd173467e0cc11357d8ac.tar.zst
godot-da8fe2f31d01772d686bd173467e0cc11357d8ac.zip
Diffstat (limited to 'scene/animation/animation_tree_player.h')
-rw-r--r--scene/animation/animation_tree_player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/animation/animation_tree_player.h b/scene/animation/animation_tree_player.h
index 09d6f6fcb..d2d7b1c9e 100644
--- a/scene/animation/animation_tree_player.h
+++ b/scene/animation/animation_tree_player.h
@@ -348,6 +348,7 @@ public:
Ref<Animation> animation_node_get_animation(const StringName &p_node) const;
void animation_node_set_master_animation(const StringName &p_node, const String &p_master_animation);
String animation_node_get_master_animation(const StringName &p_node) const;
+ float animation_node_get_position(const StringName &p_node) const;
void animation_node_set_filter_path(const StringName &p_node, const NodePath &p_track_path, bool p_filter);
void animation_node_set_get_filtered_paths(const StringName &p_node, List<NodePath> *r_paths) const;