Method in TemporalMarkupHandler
Called repeatedly for each visible character in the line.
This method is a TemporalMarkupHandler object's main opportunity to take action during line display.
int
currentCharacterIndex
The zero-based index of the character being displayed.
TMPro.TMP_Text
text
A TMPro.TMP_Text
object that the line is being displayed in.
System.Threading.CancellationToken
cancellationToken
A cancellation token representing whether the
A task that completes when the TemporalMarkupHandler has completed presenting this character. Dialogue views will wait until this task is complete before displaying the remainder of the line.