Class GroupClipping

All Implemented Interfaces:
Cullable

public final class GroupClipping extends Group
  • Constructor Details

    • GroupClipping

      public GroupClipping()
  • Method Details

    • draw

      public void draw(Batch batch, float parentAlpha)
      Description copied from class: Group
      Draws the group and its children. The default implementation calls Group.applyTransform(Batch, Matrix4) if needed, then Group.drawChildren(Batch, float), then Group.resetTransform(Batch) if needed.
      Overrides:
      draw in class Group
      parentAlpha - The parent alpha, to be multiplied with this actor's alpha, allowing the parent's alpha to affect all children.