Class MapRenderer

java.lang.Object
mindustry.editor.MapRenderer
All Implemented Interfaces:
arc.util.Disposable

public class MapRenderer extends Object implements arc.util.Disposable
  • Constructor Details

    • MapRenderer

      public MapRenderer()
  • Method Details

    • resize

      public void resize(int width, int height)
    • draw

      public void draw(float tx, float ty, float tw, float th)
    • updatePoint

      public void updatePoint(int x, int y)
    • updateAll

      public void updateAll()
    • dispose

      public void dispose()
      Specified by:
      dispose in interface arc.util.Disposable