1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Discourage reusing Tweens

(cherry picked from commit 9785b23a0a)
This commit is contained in:
kobewi
2023-03-02 23:47:24 +01:00
committed by Yuri Sizov
parent e043484d36
commit 9997250051
3 changed files with 4 additions and 5 deletions

View File

@@ -188,6 +188,7 @@
GetTree().CreateTween().BindNode(this);
[/csharp]
[/codeblocks]
The Tween will start automatically on the next process frame or physics frame (depending on [enum Tween.TweenProcessMode]).
</description>
</method>
<method name="duplicate" qualifiers="const">