RunOptionsAsync(DialogueOption[],CancellationToken)
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in LineAdvancer
Called by a dialogue presenter to signal that options are running.
dialogueOptions
The set of options that should be displayed to the user.
CancellationToken
cancellationToken
A System.Threading.CancellationToken
that becomes cancelled when the dialogue runner no longer needs this dialogue presenter to return an option.
A completed task indicating that no option was selected by this view.