Exemple #1
0
 public void AddComponent(DrawableComponent3D toAdd)
 {
     toAdd.Start();
     components.Add(toAdd);
 }
Exemple #2
0
 public void AddComponent(DrawableComponent3D toAdd)
 {
     toAdd.Start();
     components.Add(toAdd);
 }