コード例 #1
0
 public void AddComponent(DrawableComponent3D toAdd)
 {
     toAdd.Start();
     components.Add(toAdd);
 }
コード例 #2
0
ファイル: ModelManager.cs プロジェクト: jdcook/Veishea
 public void AddComponent(DrawableComponent3D toAdd)
 {
     toAdd.Start();
     components.Add(toAdd);
 }