Exemple #1
0
 public void Destroy()
 {
     root.Renderer = null;
     root.AllChildren().ForEach(n => n.Renderer = null);
 }