Exemplo n.º 1
0
    public void Draw()
    {
        aABB.Draw(Color.red);

        northeast?.Draw();
        northwest?.Draw();
        southeast?.Draw();
        southwest?.Draw();
    }
Exemplo n.º 2
0
 public override void Draw()
 {
     rootNode?.Draw();
 }