Class SickEffect

java.lang.Object
com.github.tommyettinger.textra.Effect
com.github.tommyettinger.textra.effects.SickEffect

public class SickEffect
extends Effect
Drips the text in a random pattern.
  • Field Details

    • distance

      public float distance
    • intensity

      public float intensity
  • Constructor Details

    • SickEffect

      public SickEffect​(TypingLabel label, java.lang.String[] params)
  • Method Details

    • onApply

      protected void onApply​(long glyph, int localIndex, int globalIndex, float delta)
      Description copied from class: Effect
      Called when this effect should be applied to the given glyph.
      Specified by:
      onApply in class Effect