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.

public Vector2 Pivot{ get; set }

Fixed point this effect's scale, rotation and shear turn around, normalized over the glyph quad: (0,0) its bottom-left, (1,1) its top-right, outside the unit square beside the glyph.

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.