Class MapManager

java.lang.Object
com.prineside.tdi2.Manager.ManagerAdapter
com.prineside.tdi2.managers.MapManager
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, Manager

public class MapManager extends Manager.ManagerAdapter
  • 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

      public MapManager.MapPreview generatePreview(Map map)
    • unloadMapPreviews

      public void unloadMapPreviews()
    • postRender

      public void postRender(float delta)
      Description copied from interface: Manager
      Вызывается после отрисовки и обновления экрана
      Specified by:
      postRender in interface Manager
      Overrides:
      postRender in class Manager.ManagerAdapter