示例#1
0
 public HoverButton(FadeablePage page, string spriteName, Point position)
 {
     spriteBatch     = new SpriteBatch(page.engine.GraphicsDevice);
     this.spriteName = spriteName;
     this.page       = page;
     this.position   = position;
 }
示例#2
0
 public HoverButton(FadeablePage page, string spriteName, Point position)
 {
     spriteBatch = new SpriteBatch(page.engine.GraphicsDevice);
     this.spriteName = spriteName;
     this.page = page;
     this.position = position;
 }