IAsyncTypewriter
Interface in Yarn.Unity
Summary
An object that can handle delivery of a line’s text over time.
public interface IAsyncTypewriterMethods
| Name | Description |
|---|---|
| ContentWillDismiss() | Called right before the content will be visibly hidden |
| PrepareForContent(Markup.MarkupParseResult) | Called by the presenter before content has been shown. This gives the typewriter it’s chance to do any setup before the content is visibly shown. |
| RunTypewriter(Markup.MarkupParseResult,CancellationToken) | Displays the contents of a line over time. |
Properties
| Name | Description |
|---|---|
| ActionMarkupHandlers | The list of action markup handlers that this typewriter should call out to while typewriting. |