コード例 #1
0
ファイル: RenderSystem.cs プロジェクト: Setoville/Engine
 /// <summary>
 /// Creates a GraphicsSystem using the given window.
 /// </summary>
 /// <param name="Win"></param>
 public GraphicsSystem(GameWindow Win)
 {
     Thread = new RenderThread(Win);
 }
コード例 #2
0
 /// <summary>
 /// Creates a GraphicsSystem using the given window.
 /// </summary>
 /// <param name="Win"></param>
 public GraphicsSystem(GameWindow Win)
 {
     Thread = new RenderThread(Win);
 }