Class DrawPulseShape

java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawPulseShape

public class DrawPulseShape extends DrawBlock
  • Field Details

    • color

      public Color color
    • stroke

      public float stroke
    • timeScl

      public float timeScl
    • minStroke

      public float minStroke
    • radiusScl

      public float radiusScl
    • layer

      public float layer
    • square

      public boolean square
  • Constructor Details

    • DrawPulseShape

      public DrawPulseShape(boolean square)
    • DrawPulseShape

      public DrawPulseShape()
  • Method Details

    • draw

      public void draw(mindustry.gen.Building build)
      Description copied from class: DrawBlock
      Draws the block itself.
      Overrides:
      draw in class DrawBlock