コード例 #1
0
 public void Draw()
 {
     fire.Seed();
     fire.Burn();
     fire.Draw(imageSurface);
     imageSurface.Flush();
 }