Enumeration Member in InputMode
The line advancer responds to input from the legacy Input Manager .
Enum in LineAdvancer
Inherits from System.Enum
The type of input that this line advancer responds to.
The line advancer responds to Input Actions from the .
The line advancer responds to keypresses on the keyboard.
The line advancer responds to input from the legacy .
The line advancer does not respond to any input.
Enumeration Member in InputMode
The line advancer does not respond to any input.
When a line advancer's Yarn.Unity.LineAdvancer.inputMode
is set to None , call the RequestLineHurryUp() , RequestNextLine() and RequestDialogueCancellation() methods directly from your code to control line advancement.
Enumeration Member in InputMode
The line advancer responds to Input Actions from the Unity Input System .