Version: 2022.3
LanguageEnglish
  • C#

KeyboardNavigationOperation

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Represents an operation that the user is trying to accomplish through a specific input mechanism.

Tests the received callback value for KeyboardNavigationManipulator against the values of this enum to implement the operation in your UI.

Properties

None Default value. Indicates an uninitialized enum value.
SelectAll Selects all UI selectable elements or text.
Cancel Cancels the current UI interaction.
Submit Submits or concludes the current UI interaction.
Previous Moves up to the previous item.
Next Moves down to the next item.
MoveRight Moves to the right.
MoveLeft Moves to the left.
PageUp Moves the selection up one page (in a list that has a scrollable area).
PageDown Moves the selection down one page (in a list that has a scrollable area).
Begin Selects the first element.
End Selects the last element.