1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00

Add remove/remove_all for tween

This commit is contained in:
sanikoyes
2014-08-20 12:19:22 +08:00
parent f75b8a81d2
commit b51da466e9
2 changed files with 29 additions and 0 deletions

View File

@@ -130,6 +130,8 @@ public:
bool stop_all();
bool resume(Variant p_object, String p_key);
bool resume_all();
bool remove(Variant p_object, String p_key);
bool remove_all();
bool interpolate_property(Variant p_object
, String p_property