InputMode
Enum in LineAdvancer
Inherits from System.Enum
Summary
The type of input that this line advancer responds to.
public enum InputMode
{
InputActions,
KeyCodes,
None,
LegacyInputAxes
}Members
| Name | Description |
|---|---|
| InputActions | The line advancer responds to Input Actions from the Unity Input System . |
| KeyCodes | The line advancer responds to keypresses on the keyboard. |
| LegacyInputAxes | The line advancer responds to input from the legacy Input Manager . |
| None | The line advancer does not respond to any input. |