autoAdvance
Field in LineView
Summary
Controls whether this Line View will wait for user input before indicating that it has finished presenting a line.
public bool autoAdvance = false;
Remarks
If this value is true, the Line View will not report that it has finished presenting its lines. Instead, it will wait until the UserRequestedViewAdvancement() method is called.
Last updated
Was this helpful?