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