For the complete documentation index, see llms.txt. This page is also available as Markdown.

LetterTypewriter

Class in Yarn.Unity

Inherits from System.Object

Summary

An implementation of IAsyncTypewriter that delivers characters one at a time, and invokes any IActionMarkupHandler s along the way as needed.

public class LetterTypewriter : IAsyncTypewriter

Methods

Properties

Name
Description

A collection of IActionMarkupHandler objects that should be invoked as needed during the typewriter's delivery in RunTypewriter(Markup.MarkupParseResult,CancellationToken) , depending upon the contents of a line.

The number of characters per second to deliver.

The TMPro.TMP_Text to display the text in.

Last updated

Was this helpful?