Class SickEffect
java.lang.Object
com.github.tommyettinger.textra.Effect
com.github.tommyettinger.textra.effects.SickEffect
Drips the text in a random pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonApply(long glyph, int localIndex, int globalIndex, float delta)Called when this effect should be applied to the given glyph.Methods inherited from class com.github.tommyettinger.textra.Effect
apply, calculateFadeout, calculateProgress, calculateProgress, calculateProgress, getLineHeight, isFinished, paramAsBoolean, paramAsColor, paramAsFloat, update
-
Field Details
-
distance
public float distance -
intensity
public float intensity
-
-
Constructor Details
-
SickEffect
-
-
Method Details