Class JumpEffect

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

public class JumpEffect extends FEffect
Makes the text jumps and falls as if there was gravity.
  • Field Details

    • distance

      public float distance
    • frequency

      public float frequency
    • intensity

      public float intensity
  • Constructor Details

    • JumpEffect

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