Class SoundManager

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

public class SoundManager extends Manager.ManagerAdapter
  • Field Details

    • soundsToPlay

      public final com.badlogic.gdx.utils.Array<com.prineside.tdi2.managers.SoundManager.SoundCfg> soundsToPlay
    • playingSoundStats

      public final com.badlogic.gdx.utils.DelayedRemovalArray<SoundManager.PlayingSoundStat> playingSoundStats
  • Constructor Details

    • SoundManager

      public SoundManager()
  • Method Details