Package com.prineside.tdi2.ui.components
Class SpawnMenu
java.lang.Object
com.prineside.tdi2.ui.components.SpawnMenu
- All Implemented Interfaces:
Disposable
,Listener<EnemySpawn>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Releases all resources of this object.void
handleEvent
(EnemySpawn event) Called each time an event is being triggeredvoid
update()
-
Field Details
-
sideMenu
-
container
-
-
Constructor Details
-
SpawnMenu
-
-
Method Details
-
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 interfaceDisposable
-
handleEvent
Description copied from interface:Listener
Called each time an event is being triggered- Specified by:
handleEvent
in interfaceListener<EnemySpawn>
- Parameters:
event
- event object passed by someone. Some events can be stopped or cancelled
-