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