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

Returns

A completed task indicating that no option was selected by this view.

Last updated

Was this helpful?