Tween "polygon" property of Polygon2D object #5501
Closed
Halfmania33
started this conversation in
2D
Replies: 3 comments 4 replies
-
The polygon property is an array of points, so you cannot tween the entirety of the array at once. You need to adjust individual points' position using a script instead. |
Beta Was this translation helpful? Give feedback.
3 replies
-
See godotengine/godot#66771, by the way. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Completed by godotengine/godot#84815. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
i want to submit a request to add the possibility to tween the polygon property of a Polygon2D object.
It would allow to make various interesting effect like morphing a shape into another one smoothly (of course using the same amount of vertices).
Right now, we have to use convoluted ways to do it.
Allowing to do it through Tween would be so great and make things so easy.
Hopfully someone could implment it.
Beta Was this translation helpful? Give feedback.
All reactions