Property in LineCancellationToken
This property is obsolete and may be removed from a future version of Yarn Spinner: Please use IsNextContentRequested instead.
Gets a value indicating whether the dialogue runner has requested that the next line be shown.
public readonly bool IsNextLineRequested { get }
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.
true
If this property is true, then IsHurryUpRequested will also be true.
Last updated 2 months ago
Was this helpful?