TextElement
Last updated
Was this helpful?
Property in IAsyncTypewriter
The main text element that the presenter intends the typewriter to work with
public TMP_Text? TextElement { get; set; }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?
Was this helpful?
