Back to API Reference
Class

GlitchModifier

RGB-split glitch bursts: during a burst the glyph doubles into magenta and cyan copies pushed in opposite directions under a crisp original, with horizontal jerks and rare blink-outs. Re-rolls Rate times per phase unit; deterministic per phase, so scrubbing reproduces the same bursts.

Nested Types

protected override void OnEnable()
protected override void OnDisable()
protected override void OnDestroy()
protected override void BeforeApply()
protected override void ResetOwnRequests()
protected override void OnApply()
protected override void OnGlyphEffect()
protected override void OnEmitQuad()

The two tinted copies keep the face's per-vertex alpha so fades carry over; the zero-offset face clone re-draws the original on top of them within this modifier's layer, which is what keeps the glyph crisp between its colour fringes.