RunOptionsAsync(DialogueOption[],LineCancellationToken)
Method in LineAdvancer
Summary
Called by a dialogue presenter to signal that options are running.
public override YarnTask<DialogueOption?> RunOptionsAsync(DialogueOption[] dialogueOptions, LineCancellationToken cancellationToken)Parameters
Name
Description
Yarn.Unity.DialogueOption[] dialogueOptions
Yarn.Unity.LineCancellationToken cancellationToken
Returns
A completed task indicating that no option was selected by this view.
Last updated
Was this helpful?
