Enum UiControls.NavigationType
An enumeration type that represents the possible types of navigation that a UiControls instance supports. This is used by NavType, which stores the most recently used navigation type for a UiSystem.
public enum UiControls.NavigationType
Fields
Gamepad-style navigation, which may also include arrow key-based navigation based on current UiControls settings.
Keyboard navigation.
Mouse cursor and mouse button navigation.
Touch and gesture navigation.
An unknown navigation type, which usually means there has not been any ui navigation of any type yet.