Enumeration Member in
The line advancer responds to input from the legacy .
LegacyInputAxesEnumeration Member in
The line advancer responds to keypresses on the keyboard.
KeyCodesEnumeration Member in
The line advancer does not respond to any input.
When a line advancer's Yarn.Unity.LineAdvancer.UsedInputMode is set to , call the , and methods directly from your code to control line advancement.
NoneEnumeration Member in
The line advancer responds to Input Actions from the .
InputActionsEnum in LineAdvancer
Inherits from System.Enum
The type of input that this line advancer responds to.
public enum InputMode
{
InputActions,
KeyCodes,
None,
LegacyInputAxes
}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.