HurryUpToken
Field in LineCancellationToken
Summary
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.
Remarks
This token is linked to NextLineToken : if the next line token is cancelled, then this token will become cancelled as well.
Last updated