Back to API Reference
Class
GeometricRevealHandler
abstract
Base for eased effects that transform the glyph quad around a fixed point, which the author chooses. A subclass whose effect reads best from elsewhere sets Pivot in its own constructor, which only seeds the default an author then overrides.
Derived Types(9)
Types that inherit from GeometricRevealHandler.
CCCCCCCCC
BurstRevealHandler
Launches glyphs from deterministic radial directions into their final cells.
ChaosRevealHandler
Combines deterministic direction, scale, rotation and colour variation per glyph.
FlipRevealHandler
Unfolds a glyph around its horizontal or vertical axis.
RainRevealHandler
Drops glyphs from staggered heights with deterministic wind and tilt.
ScaleRevealHandler
Grows or shrinks a glyph from an authored two-axis scale.
SkewRevealHandler
Straightens a glyph from a horizontal shear.
SpinRevealHandler
Rotates and scales a glyph into place around an authored pivot.
SpiralRevealHandler
Pulls a glyph inward along a shrinking spiral.
StretchRevealHandler
Settles a glyph from a tall, narrow or wide, flat silhouette.
protected Vector2 PivotPoint()The authored pivot resolved against the current glyph quad.
