public void Draw() { aABB.Draw(Color.red); northeast?.Draw(); northwest?.Draw(); southeast?.Draw(); southwest?.Draw(); }
public override void Draw() { rootNode?.Draw(); }