I have a scene that contains a Path2D and some nodes that follow it. When the path curve changes at all I want it to update in the editor, but I cannot figure out how to detect the changes to the curve to do the update.
Below doesn't work, setget isn't run. Any idea how to detect any change to the curve?