Package mindustry.ui

Class GridImage

java.lang.Object
arc.scene.Element
mindustry.ui.GridImage

public class GridImage extends Element
  • Constructor Details

    • GridImage

      public GridImage(int w, int h)
  • Method Details

    • draw

      public void draw()
      Description copied from class: Element
      Draws the element. Does nothing by default.
      Overrides:
      draw in class Element
    • setImageSize

      public void setImageSize(int w, int h)