Namespace TMPEffects.Components
Classes
- TMPAnimator
Animates the character of a TMP_Text component.
- TMPEffectComponent
Base class for TMPAnimator and TMPWriter.
- TMPWriter
Shows / hides the characters of a TMP_Text component over time,
and allows you to raise events and commands at specific indices.
- TMPWriter.Delays
Stores the various delays of a TMPWriter along with their TMPWriter.DelayType.
Enums
- TMPWriter.DelayType
The type of delay.
Either a percentage of the normal delay (delay) or a raw value in seconds.
Delegates
- TMPAnimator.OnCharacterAnimatedEventHandler
Delegate used to register post-animation hooks (see RegisterPostAnimationHook(OnCharacterAnimatedEventHandler)).