Last updated
Was this helpful?
Last updated
Was this helpful?
Field in
Controls whether the text of should be gradually revealed over time.
If this value is true
, the object's TMPro.TMP_Text.maxVisibleCharacters
property will animate from 0
to the length of the text, at a rate of letters per second when the line
appears. onCharacterTyped
is called for every new
character that is revealed.
If this value is false
, the will all be revealed at the same time.
: The TMPro.TMP_Text
object that displays the text of dialogue lines.
onCharacterTyped
: The number of characters per second that should appear during a typewriter effect.