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

NameDescription
Yarn.Markup.MarkupParseResult lineThe content of the line or option that is about to be shown