Class DrawHeatOutput

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

public class DrawHeatOutput extends DrawBlock
  • Field Details

    • heat

      public TextureRegion heat
    • glow

      public TextureRegion glow
    • top1

      public TextureRegion top1
    • top2

      public TextureRegion top2
    • heatColor

      public Color heatColor
    • heatPulse

      public float heatPulse
    • heatPulseScl

      public float heatPulseScl
    • glowMult

      public float glowMult
    • rotOffset

      public int rotOffset
    • drawGlow

      public boolean drawGlow
  • Constructor Details

    • DrawHeatOutput

      public DrawHeatOutput()
    • DrawHeatOutput

      public DrawHeatOutput(int rotOffset, boolean drawGlow)
  • Method Details