예제 #1
0
파일: Program.cs 프로젝트: Rare25/BarrageDX
 static task TStage()
 {
     star = new Texture(@"star.png");
     for(;;)
     {
         TaskManager.Add(DrawStar());
         yield return null;
     }
 }
예제 #2
0
파일: Prim3D.cs 프로젝트: Rare25/BarrageDX
 public void SetTexture(Texture texture)
 {
     this.texture = texture;
 }