Пример #1
0
 //draw the light
 public void Draw(GraphicsDevice device, Effect effect, SpriteBatch sb)
 {
     box.Draw(device, effect);
 }
Пример #2
0
 public void Draw(GraphicsDevice device, Effect effect)
 {
     //box.Rotation = MathHelper.ToRadians(Playing.Instance.dir);
     box.Draw(device, effect);
 }