IAsyncTypewriter.PrepareForContent(Markup.MarkupParseResult)
Method in IAsyncTypewriter
Summary
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.
public void PrepareForContent(Markup.MarkupParseResult line);Parameters
| Name | Description |
|---|---|
| Yarn.Markup.MarkupParseResult line | The content of the line or option that is about to be shown |