Package com.prineside.tdi2.ui.components
Class MapShiftButtons
java.lang.Object
com.prineside.tdi2.ui.components.MapShiftButtons
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
dispose()
Releases all resources of this object.void
void
setMapSizeChangesAllowed
(boolean allowed) void
update()
-
Constructor Details
-
MapShiftButtons
-
-
Method Details
-
setMapSizeChangesAllowed
public void setMapSizeChangesAllowed(boolean allowed) -
addListener
-
removeListener
-
update
public void update() -
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.Disposable
Releases all resources of this object.- Specified by:
dispose
in interfacecom.badlogic.gdx.utils.Disposable
-