For the complete documentation index, see llms.txt. This page is also available as Markdown.

NextLineToken

Property in LineCancellationToken

Summary

A System.Threading.CancellationToken that becomes cancelled when a DialogueRunner wishes all dialogue presenters to stop running the current line. For example, on-screen UI should be dismissed, and any ongoing audio playback should be stopped.

public readonly CancellationToken NextLineToken { get }

Last updated

Was this helpful?