Class WindEffect
java.lang.Object
com.github.tommyettinger.textra.Effect
com.github.tommyettinger.textra.effects.WindEffect
Moves the text in a wind pattern.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tommyettinger.textra.Effect
apply, calculateFadeout, calculateProgress, calculateProgress, calculateProgress, getLineHeight, isFinished, paramAsBoolean, paramAsColor, paramAsFloat
-
Constructor Details
-
WindEffect
-
-
Method Details
-
update
public void update(float delta) -
onApply
protected void onApply(long glyph, int localIndex, int globalIndex, float delta)Description copied from class:EffectCalled when this effect should be applied to the given glyph.
-