InputMode
Summary
public enum InputMode
{
InputActions,
KeyCodes,
None,
LegacyInputAxes
}Members
Name
Description
Last updated
Was this helpful?
Enum 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 Unity Input System .
The line advancer responds to keypresses on the keyboard.
The line advancer responds to input from the legacy Input Manager .
The line advancer does not respond to any input.
Last updated
Was this helpful?
Was this helpful?
