Class SickEffect

java.lang.Object
arc.flabel.FEffect
arc.flabel.effects.SickEffect

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

    • distance

      public float distance
    • intensity

      public float intensity
  • Constructor Details

    • SickEffect

      public SickEffect()
  • Method Details

    • onApply

      protected void onApply(FLabel label, FGlyph glyph, int localIndex, float delta)
      Description copied from class: FEffect
      Called when this effect should be applied to the given glyph.
      Specified by:
      onApply in class FEffect