Class MapRenderer

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

public class MapRenderer extends Object implements 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()
      Description copied from interface: Disposable
      Releases all resources of this object.
      Specified by:
      dispose in interface Disposable