I've extended a Node2D that uses its Draw() method to draw a graph. I'd like to make it a child of a PanelContainer so that I can make it part of a layout with other containers. However, when I make it the child of a container, its Draw() method is not called. Is there a way to draw it?