Back to API Reference
Class

UniTextFieldsAnimationHandler

Animates a text component's own fields from a Unity Animator: font size, colour, word wrap, auto-size and its min/max, and horizontal/vertical alignment. Add it to the UniTextAnimationBridge on a UniText; use UniTextWorldFieldsAnimationHandler for a UniTextWorld.

Derived Types(1)

Types that inherit from UniTextFieldsAnimationHandler.

protected override void OnBind()
protected override void OnDiff()
protected virtual void OnBindExtra()

Snapshots a subclass's extra fields into the baseline. Mirror of OnDiffExtra.

protected virtual UniTextDirty OnDiffExtra()

Diffs a subclass's extra fields, refreshing their baseline, and returns the flags to fold into the single SetDirty the base issues.