Package mindustry.ui

Class MultiReqImage

All Implemented Interfaces:
Cullable

public class MultiReqImage extends Stack
  • Constructor Details

    • MultiReqImage

      public MultiReqImage()
  • Method Details

    • add

      public void add(ReqImage display)
    • act

      public void act(float delta)
      Description copied from class: Element
      Updates the actor based on time. Typically this is called each frame by Scene.act(float).

      The default implementation calls Action.act(float) on each action and removes actions that are complete.

      Overrides:
      act in class Group
      Parameters:
      delta - Time in seconds since the last frame.