Is there a way to get the Vector2 position of the next available 'slot' in a container?
I'm moving a control node between 2 containers, but tweening its rect_position first.
I want to tween it into the second container, so I'd like to know that postion ahead of time.
Is that possible?
Alternatively if I could just make the node's rect_position transition whenever it moves (like CSS transitions), I wouldn't need to run the tween beforehand to create this illusion?