Class HighlightActor

All Implemented Interfaces:
Layout

public class HighlightActor extends Widget
  • Constructor Details

    • HighlightActor

      public HighlightActor(Actor forActor)
  • Method Details

    • draw

      public void draw(Batch batch, float parentAlpha)
      Description copied from class: com.badlogic.gdx.scenes.scene2d.ui.Widget
      If this method is overridden, the super method or Widget.validate() should be called to ensure the widget is laid out.
      Overrides:
      draw in class Widget
      parentAlpha - The parent alpha, to be multiplied with this actor's alpha, allowing the parent's alpha to affect all children.