Package com.prineside.tdi2.managers
Class MapManager
java.lang.Object
com.prineside.tdi2.Manager.ManagerAdapter
com.prineside.tdi2.managers.MapManager
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable,Manager
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.prineside.tdi2.Manager
Manager.ManagerAdapter, Manager.ManagerWithListeners<T> -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.graphics.g2d.ParticleEffectPoolcom.badlogic.gdx.graphics.g2d.ParticleEffectPoolstatic final intstatic final intcom.badlogic.gdx.graphics.g2d.ParticleEffectPool -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongeneratePreview(Map map) voidpostRender(float delta) Вызывается после отрисовки и обновления экранаvoidMethods inherited from class com.prineside.tdi2.Manager.ManagerAdapter
clearPools, dispose, preRender, setup, test
-
Field Details
-
PREVIEW_WIDTH
public static final int PREVIEW_WIDTH- See Also:
-
PREVIEW_HEIGHT
public static final int PREVIEW_HEIGHT- See Also:
-
highlightParticlesPool
public com.badlogic.gdx.graphics.g2d.ParticleEffectPool highlightParticlesPool -
coreHighlightParticlesPool
public com.badlogic.gdx.graphics.g2d.ParticleEffectPool coreHighlightParticlesPool -
tileWarningParticlePool
public com.badlogic.gdx.graphics.g2d.ParticleEffectPool tileWarningParticlePool
-
-
Constructor Details
-
MapManager
public MapManager()
-
-
Method Details
-
generatePreview
-
unloadMapPreviews
public void unloadMapPreviews() -
postRender
public void postRender(float delta) Description copied from interface:ManagerВызывается после отрисовки и обновления экрана- Specified by:
postRenderin interfaceManager- Overrides:
postRenderin classManager.ManagerAdapter
-