IsNextLineRequested
Property in LineCancellationToken
Summary
Gets a value indicating whether the dialogue runner has requested that the next line be shown.
public readonly bool IsNextLineRequested { get }
Remarks
If this value is true
, dialogue presenters should
presenting the current line, so that the next piece of content can
be shown to the user.
If this property is true
, then IsHurryUpRequested will also be true.
Last updated
Was this helpful?