Exemplo n.º 1
0
 public void AddComponent(DrawableComponent3D toAdd)
 {
     toAdd.Start();
     components.Add(toAdd);
 }
Exemplo n.º 2
0
 public void AddComponent(DrawableComponent3D toAdd)
 {
     toAdd.Start();
     components.Add(toAdd);
 }