Class TextLabel

    • Constructor Detail

      • TextLabel

        public TextLabel​(Location location,
                         java.lang.String text,
                         TTFont font,
                         Align align)
      • TextLabel

        public TextLabel​(Location location,
                         java.lang.String text,
                         TTFont font)
    • Method Detail

      • update

        public void update​(float deltaTime)
        Description copied from interface: Updatable
        Updates this object for the current frame.
        Parameters:
        deltaTime - Elapsed time since the last frame, in seconds.