Class TutorialOverlay


  • public class TutorialOverlay
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToStage​(com.badlogic.gdx.scenes.scene2d.Stage uiStage)  
      void hide()  
      void show()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • addToStage

        public void addToStage​(com.badlogic.gdx.scenes.scene2d.Stage uiStage)
      • show

        public void show()
      • hide

        public void hide()