LineCancellationToken.IsNextLineRequested

Property in LineCancellationToken

WARNING

This property is obsolete and may be removed from a future version of Yarn Spinner: Please use IsNextContentRequested instead.

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.