githubEdit

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

The line advancer responds to Input Actions from the Unity Input Systemarrow-up-right .

The line advancer responds to keypresses on the keyboard.

The line advancer responds to input from the legacy Input Managerarrow-up-right .

The line advancer does not respond to any input.

Last updated

Was this helpful?