Back to API Reference
Class
WaveModifier
Inherits:GlyphParamModifier<Params>
Sine wave traveling along the text, with a peak per axis: x = cos(Phase·frequency + cluster·spread)·amplitude.x, y = sin(Phase·frequency + cluster·spread)·amplitude.y. One axis waves along a line, two trace an ellipse and equal ones a circle. A phase held still renders that exact wave snapshot.
Remarks
The horizontal axis leads the vertical by a quarter turn, which is what makes two axes an orbit rather than a diagonal line; negating one of them reverses the orbit.
Nested Types
public Vector2 Amplitude{ get; set }Peak offset per axis in pixels.
protected override Params ResolveParams()