RunOptionsAsync(DialogueOption[],CancellationToken)
Method in DialogueCharacterNameView
Summary
Takes no action; this dialogue view does not handle options.
Parameters
Name
Description
line
The line to present.
token
A LineCancellationToken that represents whether the dialogue view should hurry it its presentation of the line, or stop showing the current line.
Yarn.Unity.DialogueOption[] dialogueOptions
CancellationToken
cancellationToken
Returns
A task that completes when the dialogue view has finished showing the line to the user.
Last updated