Class BurstDrill

All Implemented Interfaces:
Comparable<Content>, Senseable

public class BurstDrill extends Drill
  • Field Details

    • shake

      public float shake
    • speedCurve

      public Interp speedCurve
    • topInvertRegion

      public TextureRegion topInvertRegion
    • glowRegion

      public TextureRegion glowRegion
    • arrowRegion

      public TextureRegion arrowRegion
    • arrowBlurRegion

      public TextureRegion arrowBlurRegion
    • invertedTime

      public float invertedTime
    • arrowSpacing

      public float arrowSpacing
    • arrowOffset

      public float arrowOffset
    • arrows

      public int arrows
    • arrowColor

      public Color arrowColor
    • baseArrowColor

      public Color baseArrowColor
    • glowColor

      public Color glowColor
    • drillSound

      public Sound drillSound
    • drillSoundVolume

      public float drillSoundVolume
    • drillSoundPitchRand

      public float drillSoundPitchRand
  • Constructor Details

    • BurstDrill

      public BurstDrill(String name)
  • Method Details