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

TextElement

Property in IAsyncTypewriter

Summary

The main text element that the presenter intends the typewriter to work with

public TMP_Text? TextElement { get; set; }

Remarks

Most of the time the typewriter is just going to be changing the visible characters so will need this anyways. Is safe to not worry about this if your typewriter has no need of it.

Last updated

Was this helpful?