I have a bit of a understanding problem what exactly get_tree()
returns.
In the documentation I've read that it returns the SceneTree
, but what exactly does that mean? Does it return all nodes
that I have in my current scene
or does it return my root-node
?
Maybe someone could help me clarify this :)