Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Class in Yarn.Unity
Inherits from TemporalMarkupHandler
A TemporalMarkupHandler that progressively reveals the text of a line at a fixed rate of time.
The number of letters that will be shown per second.
An event that will be invoked for each
Stops the internal time counter, and finishes displaying the line.
Calculates the points in the typewriter should pause at, and starts the typewriter's internal time counter.
Resets the typewriter back to the initial state.
Presents a single character of the line, at the appropriate point in time.
Method in TypewriterHandler
Stops the internal time counter, and finishes displaying the line.
Method in TypewriterHandler
Presents a single character of the line, at the appropriate point in time.
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.
Method in TypewriterHandler
Calculates the points in the typewriter should pause at, and starts the typewriter's internal time counter.
line
The line being presented.
TMPro.TMP_Text
text
A TMPro.TMP_Text
object that the line is being displayed in.
Method in TypewriterHandler
Resets the typewriter back to the initial state.
line
The line being presented.
TMPro.TMP_Text
text
A TMPro.TMP_Text
object that the line is being displayed in.