Class ShakeEffect

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

public class ShakeEffect extends FEffect
Shakes the text in a random pattern.
  • Field Details

    • distance

      public float distance
    • intensity

      public float intensity
  • Constructor Details

    • ShakeEffect

      public ShakeEffect()
  • 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