NextLineToken

Field in LineCancellationToken

Summary

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

public CancellationToken NextLineToken;

Last updated

Was this helpful?