Exemple #1
0
    public void Draw()
    {
        aabb.Draw(Color.white);

        northeast?.Draw();
        northwest?.Draw();
        southeast?.Draw();
        southwest?.Draw();
    }
Exemple #2
0
 public override void Draw()
 {
     rootNode?.Draw();
 }