Show / Hide Table of Contents

Namespace Febucci.UI

Classes

TAnimTags

Contains all the tags for built-in effects.

  • Manual: Built-in Effects

TextAnimator

The main TextAnimator component. Add this near to a TextMeshPro component in order to enable effects. It can also be used in combination with a TextAnimatorPlayer in order to display letters dynamically (like a typewriter).

  • See also: TextAnimatorPlayer
  • Manual: How to add effects to your texts

TextAnimatorPlayer

Default TextAnimatorPlayer, which can show letters dynamically (like a typewriter).
To enable it, add this component near a TextAnimator one

  • Base class: TAnimPlayerBase
  • Manual: TextAnimatorPlayers

Structs

TextAnimator.TimeData

Contains TextAnimator's current time values.

TypewriterAction

TextAnimator's typewriter action

Enums

TextAnimator.TimeScale

TextAnimator's effects time scale, which could match unity's Time.deltaTime or Time.unscaledDeltaTime

Delegates

TextAnimator.MessageEvent

Delegate used for TextAnimator's events. Listeners can subscribe to: onEvent.

  • Manual: Triggering Events while typing
Back to top Text Animator for Unity - Documentation