Package mindustry.editor
Class MapRenderer
java.lang.Object
mindustry.editor.MapRenderer
- All Implemented Interfaces:
Disposable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Releases all resources of this object.void
draw
(float tx, float ty, float tw, float th) void
resize
(int width, int height) void
void
updatePoint
(int x, int y) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface arc.util.Disposable
isDisposed
-
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 interfaceDisposable
-