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

NameDescription
InputActionsThe line advancer responds to Input Actions from the Unity Input System .
KeyCodesThe line advancer responds to keypresses on the keyboard.
LegacyInputAxesThe line advancer responds to input from the legacy Input Manager .
NoneThe line advancer does not respond to any input.