Field in LineCancellationToken
A System.Threading.CancellationToken
that becomes cancelled when a DialogueRunner wishes all dialogue views to speed up their delivery of their line, if appropriate. For example, UI animations should be played faster or skipped.
This token is linked to NextLineToken : if the next line token is cancelled, then this token will become cancelled as well.