コード例 #1
0
ファイル: SceneManager.cs プロジェクト: yong-ja/starodyssey
 public SceneManager()
 {
     renderMapper = new RenderMapper();
     CommandManager = new CommandManager();
     Tree = new SceneTree();
 }
コード例 #2
0
 public OptimizationSystem() : base(Selector.All(typeof(ModelComponent), typeof(ShaderComponent)))
 {
     tShader      = ComponentTypeManager.GetType <ShaderComponent>();
     tModel       = ComponentTypeManager.GetType <ModelComponent>();
     renderMapper = new RenderMapper();
 }