Last updated
Was this helpful?
Property in LineCancellationToken
Gets a value indicating whether the user has requested that the line be hurried up.
public readonly bool IsHurryUpRequested { get }If this value is true, Dialogue presenters should speed up any ongoing delivery of the line, such as on-screen animations, but are not required to finish delivering the line entirely (that is, UI elements may remain on screen).
If IsNextLineRequested is true, then this property will also be true.
Last updated
Was this helpful?
Was this helpful?
