LineAdvancer
Last updated
Was this helpful?
Last updated
Was this helpful?
Class in
Inherits from
A dialogue view that listens for user input and sends requests to a to advance the presentation of the current line, either by asking a dialogue runner to hurry up its delivery, advance to the next line, or cancel the entire dialogue session.
The type of input that this line advancer responds to.
The number of times that a 'hurry up' signal occurs before the line advancer requests that the next line be shown.
If true
, repeatedly signalling that the line should be hurried up will cause the line advancer to request that the next line be shown.
Called by a dialogue runner when dialogue ends to remove the input action handlers.
Called by a dialogue runner when dialogue starts to add input action handlers for advancing the line.
Requests that the dialogue runner to instruct all line views to dismiss their content, and then stops the dialogue.
Requests that the line be hurried up.
Requests that the dialogue runner proceeds to the next line.
Called by a dialogue view to signal that a line is running.
Called by a dialogue view to signal that options are running.