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