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.

protected Vector2 PivotPoint()

The authored pivot resolved against the current glyph quad.

protected void ApplyScale()

Scales the current glyph quad around the authored pivot.

protected void ApplyRotation()

Rotates the current glyph quad around the authored pivot.

protected void ApplySkewX()

Applies horizontal shear to the current glyph quad around the authored pivot.