You've already forked godot
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user